Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseHLSL.cpp100 Actions.ProcessDeclAttributeList(Actions.CurScope, D, Attrs); in ParseHLSLBuffer()
H A DParseCXXInlineMethods.cpp46 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs); in ParseCXXInlineMethodDef()
H A DParseStmt.cpp748 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, Attrs); in ParseLabeledStatement()
H A DParseDeclCXX.cpp3043 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs); in ParseCXXClassMemberDeclaration()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp1073 ProcessDeclAttributeList(TUScope, IDecl, AttrList); in ActOnStartClassInterface()
1274 ProcessDeclAttributeList(TUScope, PDecl, AttrList); in ActOnStartProtocolInterface()
1806 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
1894 ProcessDeclAttributeList(TUScope, CDecl, AttrList); in ActOnStartCategoryInterface()
1947 ProcessDeclAttributeList(TUScope, CDecl, Attrs); in ActOnStartCategoryImplementation()
2079 ProcessDeclAttributeList(TUScope, IMPDecl, Attrs); in ActOnStartClassImplementation()
4808 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs); in ActOnMethodDeclaration()
4838 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList); in ActOnMethodDeclaration()
H A DSemaAttr.cpp1124 ProcessDeclAttributeList(S, D, Attrs); in AddPragmaAttributes()
H A DSemaTemplate.cpp2128 ProcessDeclAttributeList(S, NewClass, Attr); in CheckClassTemplate()
8840 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnClassTemplateSpecialization()
10063 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnExplicitInstantiation()
10478 ProcessDeclAttributeList(S, Prev, D.getDeclSpec().getAttributes()); in ActOnExplicitInstantiation()
10653 ProcessDeclAttributeList(S, Specialization, D.getDeclSpec().getAttributes()); in ActOnExplicitInstantiation()
H A DSemaDeclAttr.cpp9356 void Sema::ProcessDeclAttributeList( in ProcessDeclAttributeList() function in Sema
9611 ProcessDeclAttributeList(S, D, NonSlidingAttrs); in ProcessDeclAttributes()
9615 ProcessDeclAttributeList(S, D, PD.getDeclSpec().getAttributes(), in ProcessDeclAttributes()
9626 ProcessDeclAttributeList(S, D, PD.getTypeObject(i).getAttrs(), in ProcessDeclAttributes()
9633 ProcessDeclAttributeList(S, D, PD.getAttributes()); in ProcessDeclAttributes()
H A DSemaDeclCXX.cpp11289 ProcessDeclAttributeList(DeclRegionScope, Namespc, AttrList); in ActOnStartNamespaceDef()
11821 ProcessDeclAttributeList(S, UDir, AttrList); in ActOnUsingDirective()
12477 ProcessDeclAttributeList(S, D, AttrList); in BuildUsingDeclaration()
12487 ProcessDeclAttributeList(S, UD, AttrList); in BuildUsingDeclaration()
13111 ProcessDeclAttributeList(S, NewTD, AttrList); in ActOnAliasDeclaration()
16425 ProcessDeclAttributeList(S, ED, AttrList); in ActOnEmptyDeclaration()
H A DSemaDecl.cpp15848 ProcessDeclAttributeList(S, D, Attrs); in ActOnFinishDelayedAttribute()
17508 ProcessDeclAttributeList(S, New, Attrs); in ActOnTag()
18871 ProcessDeclAttributeList(S, Record, Attrs); in ActOnFields()
19355 ProcessDeclAttributeList(S, New, Attrs); in ActOnEnumConstant()
19554 ProcessDeclAttributeList(S, Enum, Attrs); in ActOnEnumBody()
/openbsd-src/gnu/llvm/clang/docs/
H A DInternalsManual.rst2808 Eventually, ``Sema::ProcessDeclAttributeList()`` is called with a ``Decl`` and
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4663 void ProcessDeclAttributeList(Scope *S, Decl *D,