Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp888 ProcessDeclAttributes(CurScope, Method, ParamInfo); in ActOnStartOfLambdaDefinition()
DSemaDecl.cpp5343 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()
DSemaObjCProperty.cpp639 ProcessDeclAttributes(S, PDecl, FD.D); in CreatePropertyDecl()
DSemaDeclObjC.cpp4652 ProcessDeclAttributes(S, New, D); in ActOnObjCExceptionDecl()
DSemaDeclCXX.cpp12361 ProcessDeclAttributes(S, ExDecl, D); in ActOnExceptionDeclarator()
14019 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
DSemaDeclAttr.cpp6115 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) { in ProcessDeclAttributes() function in Sema
DSemaExpr.cpp12059 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
/external/clang/include/clang/Sema/
DSema.h2999 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);