Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp997 ProcessDeclAttributes(CurScope, Method, ParamInfo); in ActOnStartOfLambdaDefinition()
H A DSemaDecl.cpp5606 ProcessDeclAttributes(S, Anon, Dc); in BuildAnonymousStructOrUnion()
6594 ProcessDeclAttributes(S, NewTD, D); in ActOnTypedefDeclarator()
7714 ProcessDeclAttributes(S, NewVD, D); in ActOnVariableDeclarator()
9987 ProcessDeclAttributes(S, NewFD, D); in ActOnFunctionDeclarator()
14296 ProcessDeclAttributes(S, New, D); in ActOnParamDeclarator()
17635 ProcessDeclAttributes(getCurScope(), NewFD, *D); in CheckFieldDecl()
17818 ProcessDeclAttributes(S, NewID, D); in ActOnIvar()
H A DSemaObjCProperty.cpp641 ProcessDeclAttributes(S, PDecl, FD.D); in CreatePropertyDecl()
H A DSemaDeclObjC.cpp5223 ProcessDeclAttributes(S, New, D); in ActOnObjCExceptionDecl()
H A DSemaDeclCXX.cpp16544 ProcessDeclAttributes(S, ExDecl, D); in ActOnExceptionDeclarator()
18346 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
H A DSemaDeclAttr.cpp9338 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) { in ProcessDeclAttributes() function in Sema
H A DSemaExpr.cpp16292 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4511 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);