Home
last modified time | relevance | path

Searched refs:ProcessDeclAttributeList (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp101 Actions.ProcessDeclAttributeList(Actions.CurScope, D, Attrs); in ParseHLSLBuffer()
H A DParseCXXInlineMethods.cpp91 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs); in ParseCXXInlineMethodDef()
H A DParseStmt.cpp803 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, Attrs); in ParseLabeledStatement()
H A DParseDeclCXX.cpp3259 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs); in ParseCXXClassMemberDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1069 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, IDecl, AttrList); in ActOnStartClassInterface()
1271 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, PDecl, AttrList); in ActOnStartProtocolInterface()
1802 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
1891 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, CDecl, AttrList); in ActOnStartCategoryInterface()
1946 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, CDecl, Attrs); in ActOnStartCategoryImplementation()
2080 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, IMPDecl, Attrs); in ActOnStartClassImplementation()
4818 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, Param, in ActOnMethodDeclaration()
4850 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, ObjCMethod, AttrList); in ActOnMethodDeclaration()
H A DSemaTemplate.cpp2121 ProcessDeclAttributeList(S, NewClass, Attr); in CheckClassTemplate()
8377 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnClassTemplateSpecialization()
8510 ProcessDeclAttributeList(S, NewDecl, Attrs); in ActOnConceptDefinition()
9593 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnExplicitInstantiation()
10006 ProcessDeclAttributeList(S, Prev, D.getDeclSpec().getAttributes()); in ActOnExplicitInstantiation()
10184 ProcessDeclAttributeList(S, Specialization, D.getDeclSpec().getAttributes()); in ActOnExplicitInstantiation()
H A DSemaAttr.cpp1118 ProcessDeclAttributeList(S, D, Attrs); in AddPragmaAttributes()
H A DSemaDeclAttr.cpp7106 void Sema::ProcessDeclAttributeList( in ProcessDeclAttributeList() function in Sema
7353 ProcessDeclAttributeList(S, D, NonSlidingAttrs, Options); in ProcessDeclAttributes()
7371 ProcessDeclAttributeList(S, D, PD.getTypeObject(i).getAttrs(), in ProcessDeclAttributes()
7378 ProcessDeclAttributeList(S, D, PD.getAttributes()); in ProcessDeclAttributes()
H A DSemaDeclCXX.cpp896 ProcessDeclAttributeList(S, BD, *B.Attrs); in ActOnDecompositionDeclarator()
11624 ProcessDeclAttributeList(DeclRegionScope, Namespc, AttrList); in ActOnStartNamespaceDef()
12174 ProcessDeclAttributeList(S, UDir, AttrList); in ActOnUsingDirective()
12792 ProcessDeclAttributeList(S, D, AttrList); in BuildUsingDeclaration()
12802 ProcessDeclAttributeList(S, UD, AttrList); in BuildUsingDeclaration()
13415 ProcessDeclAttributeList(S, NewTD, AttrList); in ActOnAliasDeclaration()
16739 ProcessDeclAttributeList(S, ED, AttrList); in ActOnEmptyDeclaration()
H A DSemaDecl.cpp16235 ProcessDeclAttributeList(S, D, Attrs); in ActOnFinishDelayedAttribute()
17925 ProcessDeclAttributeList(S, New, Attrs); in ActOnTag()
19152 ProcessDeclAttributeList(S, Record, Attrs); in ActOnFields()
19640 ProcessDeclAttributeList(S, New, Attrs); in ActOnEnumConstant()
19840 ProcessDeclAttributeList(S, Enum, Attrs); in ActOnEnumBody()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4658 void ProcessDeclAttributeList(Scope *S, Decl *D,