Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1028 ProcessDeclAttributes(CurScope, Method, ParamInfo); in ActOnStartOfLambdaDefinition()
H A DSemaDecl.cpp5682 ProcessDeclAttributes(S, Anon, Dc); in BuildAnonymousStructOrUnion()
6673 ProcessDeclAttributes(S, NewTD, D); in ActOnTypedefDeclarator()
7837 ProcessDeclAttributes(S, NewVD, D); in ActOnVariableDeclarator()
10159 ProcessDeclAttributes(S, NewFD, D); in ActOnFunctionDeclarator()
14686 ProcessDeclAttributes(S, New, D); in ActOnParamDeclarator()
18098 ProcessDeclAttributes(getCurScope(), NewFD, *D); in CheckFieldDecl()
18281 ProcessDeclAttributes(S, NewID, D); in ActOnIvar()
H A DSemaObjCProperty.cpp641 ProcessDeclAttributes(S, PDecl, FD.D); in CreatePropertyDecl()
H A DSemaDeclObjC.cpp5235 ProcessDeclAttributes(S, New, D); in ActOnObjCExceptionDecl()
H A DSemaDeclCXX.cpp16613 ProcessDeclAttributes(S, ExDecl, D); in ActOnExceptionDeclarator()
18557 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
H A DSemaDeclAttr.cpp9593 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) { in ProcessDeclAttributes() function in Sema
H A DSemaExpr.cpp16560 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4631 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);