Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp890 ProcessDeclAttributes(CurScope, Method, ParamInfo); in ActOnStartOfLambdaDefinition()
DSemaDecl.cpp5209 ProcessDeclAttributes(S, NewTD, D); in ActOnTypedefDeclarator()
6077 ProcessDeclAttributes(S, NewVD, D); in ActOnVariableDeclarator()
7893 ProcessDeclAttributes(S, NewFD, D); in ActOnFunctionDeclarator()
10485 ProcessDeclAttributes(S, New, D); in ActOnParamDeclarator()
13156 ProcessDeclAttributes(getCurScope(), NewFD, *D); in CheckFieldDecl()
13333 ProcessDeclAttributes(S, NewID, D); in ActOnIvar()
DSemaObjCProperty.cpp632 ProcessDeclAttributes(S, PDecl, FD.D); in CreatePropertyDecl()
DSemaDeclObjC.cpp4500 ProcessDeclAttributes(S, New, D); in ActOnObjCExceptionDecl()
DSemaDeclCXX.cpp12120 ProcessDeclAttributes(S, ExDecl, D); in ActOnExceptionDeclarator()
13794 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
DSemaDeclAttr.cpp5664 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) { in ProcessDeclAttributes() function in Sema
DSemaExpr.cpp11528 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
/external/clang/include/clang/Sema/
DSema.h2925 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);