Searched refs:ProcessDeclAttributes (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 998 ProcessDeclAttributes(CurScope, Method, ParamInfo); in ActOnStartOfLambdaDefinition()
|
| H A D | SemaDecl.cpp | 5260 ProcessDeclAttributes(S, Anon, Dc); in BuildAnonymousStructOrUnion() 6220 ProcessDeclAttributes(S, NewTD, D); in ActOnTypedefDeclarator() 7340 ProcessDeclAttributes(S, NewVD, D); in ActOnVariableDeclarator() 9544 ProcessDeclAttributes(S, NewFD, D); in ActOnFunctionDeclarator() 13798 ProcessDeclAttributes(S, New, D); in ActOnParamDeclarator() 16988 ProcessDeclAttributes(getCurScope(), NewFD, *D); in CheckFieldDecl() 17171 ProcessDeclAttributes(S, NewID, D); in ActOnIvar()
|
| H A D | SemaObjCProperty.cpp | 641 ProcessDeclAttributes(S, PDecl, FD.D); in CreatePropertyDecl()
|
| H A D | SemaDeclObjC.cpp | 5215 ProcessDeclAttributes(S, New, D); in ActOnObjCExceptionDecl()
|
| H A D | SemaDeclCXX.cpp | 16293 ProcessDeclAttributes(S, ExDecl, D); in ActOnExceptionDeclarator() 18079 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
|
| H A D | SemaDeclAttr.cpp | 8680 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) { in ProcessDeclAttributes() function in Sema
|
| H A D | SemaExpr.cpp | 15524 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4288 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);
|