Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp994 ProcessDeclAttributes(CurScope, Method, ParamInfo); in ActOnStartOfLambdaDefinition()
H A DSemaDecl.cpp5197 ProcessDeclAttributes(S, Anon, Dc); in BuildAnonymousStructOrUnion()
6157 ProcessDeclAttributes(S, NewTD, D); in ActOnTypedefDeclarator()
7274 ProcessDeclAttributes(S, NewVD, D); in ActOnVariableDeclarator()
9485 ProcessDeclAttributes(S, NewFD, D); in ActOnFunctionDeclarator()
13742 ProcessDeclAttributes(S, New, D); in ActOnParamDeclarator()
16931 ProcessDeclAttributes(getCurScope(), NewFD, *D); in CheckFieldDecl()
17114 ProcessDeclAttributes(S, NewID, D); in ActOnIvar()
H A DSemaObjCProperty.cpp641 ProcessDeclAttributes(S, PDecl, FD.D); in CreatePropertyDecl()
H A DSemaDeclObjC.cpp5215 ProcessDeclAttributes(S, New, D); in ActOnObjCExceptionDecl()
H A DSemaDeclCXX.cpp16088 ProcessDeclAttributes(S, ExDecl, D); in ActOnExceptionDeclarator()
17874 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
H A DSemaDeclAttr.cpp8550 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) { in ProcessDeclAttributes() function in Sema
H A DSemaExpr.cpp15403 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4257 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);