Searched refs:ProcessDeclAttributes (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLambda.cpp890 ProcessDeclAttributes(CurScope, Method, ParamInfo);
H A DSemaObjCProperty.cpp632 ProcessDeclAttributes(S, PDecl, FD.D);
H A DSemaDecl.cpp5209 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 DSemaDeclObjC.cpp4500 ProcessDeclAttributes(S, New, D);
H A DSemaDeclAttr.cpp5661 /// 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 DSemaDeclCXX.cpp12120 ProcessDeclAttributes(S, ExDecl, D);
13794 ProcessDeclAttributes(TUScope, NewPD, D);
H A DSemaExpr.cpp11528 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo);
/external/clang/include/clang/Sema/
H A DSema.h2925 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);

Completed in 219 milliseconds