Searched refs:ProcessDeclAttributes (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 888 ProcessDeclAttributes(CurScope, Method, ParamInfo); in ActOnStartOfLambdaDefinition()
|
D | SemaDecl.cpp | 5343 ProcessDeclAttributes(S, NewTD, D); in ActOnTypedefDeclarator() 6277 ProcessDeclAttributes(S, NewVD, D); in ActOnVariableDeclarator() 8192 ProcessDeclAttributes(S, NewFD, D); in ActOnFunctionDeclarator() 10897 ProcessDeclAttributes(S, New, D); in ActOnParamDeclarator() 13610 ProcessDeclAttributes(getCurScope(), NewFD, *D); in CheckFieldDecl() 13787 ProcessDeclAttributes(S, NewID, D); in ActOnIvar()
|
D | SemaObjCProperty.cpp | 639 ProcessDeclAttributes(S, PDecl, FD.D); in CreatePropertyDecl()
|
D | SemaDeclObjC.cpp | 4652 ProcessDeclAttributes(S, New, D); in ActOnObjCExceptionDecl()
|
D | SemaDeclCXX.cpp | 12361 ProcessDeclAttributes(S, ExDecl, D); in ActOnExceptionDeclarator() 14019 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
|
D | SemaDeclAttr.cpp | 6115 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) { in ProcessDeclAttributes() function in Sema
|
D | SemaExpr.cpp | 12059 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2999 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);
|