HomeSort by: relevance | last modified time | path
    Searched refs:ProcessDeclAttributeList (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 1067 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
1259 ProcessDeclAttributeList(TUScope, PDecl, AttrList);
1790 ProcessDeclAttributeList(TUScope, PDecl, attrList);
1877 ProcessDeclAttributeList(TUScope, CDecl, AttrList);
1930 ProcessDeclAttributeList(TUScope, CDecl, Attrs);
2063 ProcessDeclAttributeList(TUScope, IMPDecl, Attrs);
4788 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs);
4818 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList);
SemaAttr.cpp 998 ProcessDeclAttributeList(S, D, Attrs);
SemaTemplate.cpp 2029 ProcessDeclAttributeList(S, NewClass, Attr);
8537 ProcessDeclAttributeList(S, Specialization, Attr);
9705 ProcessDeclAttributeList(S, Specialization, Attr);
10122 ProcessDeclAttributeList(S, Prev, D.getDeclSpec().getAttributes());
10297 ProcessDeclAttributeList(S, Specialization, D.getDeclSpec().getAttributes());
SemaDeclAttr.cpp 8314 /// ProcessDeclAttributeList - Apply all the decl attributes in the specified
8316 void Sema::ProcessDeclAttributeList(Scope *S, Decl *D,
8553 ProcessDeclAttributeList(S, D, PD.getDeclSpec().getAttributes());
8560 ProcessDeclAttributeList(S, D, PD.getTypeObject(i).getAttrs(),
8564 ProcessDeclAttributeList(S, D, PD.getAttributes());
SemaDecl.cpp 14789 ProcessDeclAttributeList(S, D, Attrs);
16357 ProcessDeclAttributeList(S, New, Attrs);
17496 ProcessDeclAttributeList(S, Record, Attrs);
17938 ProcessDeclAttributeList(S, New, Attrs);
18137 ProcessDeclAttributeList(S, Enum, Attrs);
SemaDeclCXX.cpp 10985 ProcessDeclAttributeList(DeclRegionScope, Namespc, AttrList);
11516 ProcessDeclAttributeList(S, UDir, AttrList);
12620 ProcessDeclAttributeList(S, NewTD, AttrList);
15900 ProcessDeclAttributeList(S, ED, AttrList);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 46 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs);
ParseStmt.cpp 670 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, attrs);
ParseDeclCXX.cpp 2884 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4261 void ProcessDeclAttributeList(Scope *S, Decl *D, const ParsedAttributesView &AL,

Completed in 77 milliseconds