Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp364 ProcessDeclAttributes(S, PDecl, FD.D); in HandlePropertyInClassExtension()
583 ProcessDeclAttributes(S, PDecl, FD.D); in CreatePropertyDecl()
H A DSemaLambda.cpp927 ProcessDeclAttributes(CurScope, Method, ParamInfo); in ActOnStartOfLambdaDefinition()
H A DSemaDecl.cpp4900 ProcessDeclAttributes(S, NewTD, D); in ActOnTypedefDeclarator()
5693 ProcessDeclAttributes(S, NewVD, D); in ActOnVariableDeclarator()
7364 ProcessDeclAttributes(S, NewFD, D); in ActOnFunctionDeclarator()
9906 ProcessDeclAttributes(S, New, D); in ActOnParamDeclarator()
12421 ProcessDeclAttributes(getCurScope(), NewFD, *D); in CheckFieldDecl()
12599 ProcessDeclAttributes(S, NewID, D); in ActOnIvar()
H A DSemaDeclObjC.cpp3456 ProcessDeclAttributes(S, New, D); in ActOnObjCExceptionDecl()
H A DSemaDeclCXX.cpp11969 ProcessDeclAttributes(S, ExDecl, D); in ActOnExceptionDeclarator()
13619 ProcessDeclAttributes(TUScope, NewPD, D); in HandleMSProperty()
H A DSemaDeclAttr.cpp4980 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) { in ProcessDeclAttributes() function in Sema
H A DSemaExpr.cpp10726 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo); in ActOnBlockArguments()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h2780 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);