Searched refs:ProcessDeclAttributes (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaObjCProperty.cpp | 362 ProcessDeclAttributes(S, PDecl, FD.D); in HandlePropertyInClassExtension() 585 ProcessDeclAttributes(S, PDecl, FD.D); in CreatePropertyDecl()
|
| HD | SemaLambda.cpp | 927 ProcessDeclAttributes(CurScope, Method, ParamInfo); in ActOnStartOfLambdaDefinition()
|
| HD | SemaDecl.cpp | 5116 ProcessDeclAttributes(S, NewTD, D); in ActOnTypedefDeclarator() 5953 ProcessDeclAttributes(S, NewVD, D); in ActOnVariableDeclarator() 7637 ProcessDeclAttributes(S, NewFD, D); in ActOnFunctionDeclarator() 10197 ProcessDeclAttributes(S, New, D); in ActOnParamDeclarator() 12810 ProcessDeclAttributes(getCurScope(), NewFD, *D); in CheckFieldDecl() 12988 ProcessDeclAttributes(S, NewID, D); in ActOnIvar()
|
| HD | SemaDeclObjC.cpp | 4453 ProcessDeclAttributes(S, New, D); in ActOnObjCExceptionDecl()
|
| HD | SemaDeclCXX.cpp | 12117 ProcessDeclAttributes(S, ExDecl, D); in ActOnExceptionDeclarator() 13776 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
|
| HD | SemaDeclAttr.cpp | 5283 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) { in ProcessDeclAttributes() function in Sema
|
| HD | SemaExpr.cpp | 11339 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 2875 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);
|