Searched refs:ProcessDeclAttributes (Results 1 - 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 890 ProcessDeclAttributes(CurScope, Method, ParamInfo);
|
H A D | SemaObjCProperty.cpp | 632 ProcessDeclAttributes(S, PDecl, FD.D);
|
H A D | SemaDecl.cpp | 5209 ProcessDeclAttributes(S, NewTD, D); 6077 ProcessDeclAttributes(S, NewVD, D); 7893 ProcessDeclAttributes(S, NewFD, D); 10485 ProcessDeclAttributes(S, New, D); 13156 ProcessDeclAttributes(getCurScope(), NewFD, *D); 13333 ProcessDeclAttributes(S, NewID, D);
|
H A D | SemaDeclObjC.cpp | 4500 ProcessDeclAttributes(S, New, D);
|
H A D | SemaDeclAttr.cpp | 5661 /// ProcessDeclAttributes - Given a declarator (PD) with attributes indicated in 5664 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) { function in class:Sema
|
H A D | SemaDeclCXX.cpp | 12120 ProcessDeclAttributes(S, ExDecl, D); 13794 ProcessDeclAttributes(TUScope, NewPD, D);
|
H A D | SemaExpr.cpp | 11528 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo);
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 2925 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);
|
Completed in 219 milliseconds