Searched refs:ProcessDeclAttributes (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 364 ProcessDeclAttributes(S, PDecl, FD.D); in HandlePropertyInClassExtension() 583 ProcessDeclAttributes(S, PDecl, FD.D); in CreatePropertyDecl()
|
| H A D | SemaLambda.cpp | 927 ProcessDeclAttributes(CurScope, Method, ParamInfo); in ActOnStartOfLambdaDefinition()
|
| H A D | SemaDecl.cpp | 4900 ProcessDeclAttributes(S, NewTD, D); in ActOnTypedefDeclarator() 5693 ProcessDeclAttributes(S, NewVD, D); in ActOnVariableDeclarator() 7364 ProcessDeclAttributes(S, NewFD, D); in ActOnFunctionDeclarator() 9906 ProcessDeclAttributes(S, New, D); in ActOnParamDeclarator() 12421 ProcessDeclAttributes(getCurScope(), NewFD, *D); in CheckFieldDecl() 12599 ProcessDeclAttributes(S, NewID, D); in ActOnIvar()
|
| H A D | SemaDeclObjC.cpp | 3456 ProcessDeclAttributes(S, New, D); in ActOnObjCExceptionDecl()
|
| H A D | SemaDeclCXX.cpp | 11969 ProcessDeclAttributes(S, ExDecl, D); in ActOnExceptionDeclarator() 13619 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
|
| H A D | SemaDeclAttr.cpp | 4980 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) { in ProcessDeclAttributes() function in Sema
|
| H A D | SemaExpr.cpp | 10726 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2780 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);
|