Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1450 ProcessDeclAttributes(CurScope, Method, ParamInfo); in ActOnStartOfLambdaDefinition()
H A DSemaDecl.cpp5655 ProcessDeclAttributes(S, Anon, Dc); in BuildAnonymousStructOrUnion()
5675 ProcessDeclAttributes(S, Anon, Dc); in BuildAnonymousStructOrUnion()
6650 ProcessDeclAttributes(S, NewTD, D); in ActOnTypedefDeclarator()
7838 ProcessDeclAttributes(S, NewVD, D); in ActOnVariableDeclarator()
10286 ProcessDeclAttributes(S, NewFD, D); in ActOnFunctionDeclarator()
14993 ProcessDeclAttributes(S, New, D); in ActOnParamDeclarator()
18494 ProcessDeclAttributes(getCurScope(), NewFD, *D); in CheckFieldDecl()
H A DSemaDeclObjC.cpp5251 SemaRef.ProcessDeclAttributes(S, New, D); in ActOnObjCExceptionDecl()
5661 SemaRef.ProcessDeclAttributes(S, NewID, D); in ActOnIvar()
H A DSemaObjCProperty.cpp633 SemaRef.ProcessDeclAttributes(S, PDecl, FD.D); in CreatePropertyDecl()
H A DSemaDeclCXX.cpp16926 ProcessDeclAttributes(S, ExDecl, D); in ActOnExceptionDeclarator()
19016 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
H A DSemaDeclAttr.cpp7330 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) { in ProcessDeclAttributes() function in Sema
H A DSemaExpr.cpp16062 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4684 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);