Searched refs:ProcessDeclAttributes (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaObjCProperty.cpp | 393 ProcessDeclAttributes(S, PDecl, FD.D); in HandlePropertyInClassExtension() 598 ProcessDeclAttributes(S, PDecl, FD.D); in CreatePropertyDecl()
|
| HD | SemaLambda.cpp | 838 ProcessDeclAttributes(CurScope, Method, ParamInfo); in ActOnStartOfLambdaDefinition()
|
| HD | SemaDecl.cpp | 4617 ProcessDeclAttributes(S, NewTD, D); in ActOnTypedefDeclarator() 5347 ProcessDeclAttributes(S, NewVD, D); in ActOnVariableDeclarator() 6983 ProcessDeclAttributes(S, NewFD, D); in ActOnFunctionDeclarator() 9192 ProcessDeclAttributes(S, New, D); in ActOnParamDeclarator() 11547 ProcessDeclAttributes(getCurScope(), NewFD, *D); in CheckFieldDecl() 11724 ProcessDeclAttributes(S, NewID, D); in ActOnIvar()
|
| HD | SemaDeclObjC.cpp | 3457 ProcessDeclAttributes(S, New, D); in ActOnObjCExceptionDecl()
|
| HD | SemaDeclCXX.cpp | 11196 ProcessDeclAttributes(S, ExDecl, D); in ActOnExceptionDeclarator() 12809 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
|
| HD | SemaDeclAttr.cpp | 5108 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) { in ProcessDeclAttributes() function in Sema
|
| HD | SemaExpr.cpp | 10308 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 2550 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);
|