| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseHLSL.cpp | 100 Actions.ProcessDeclAttributeList(Actions.CurScope, D, Attrs); in ParseHLSLBuffer()
|
| H A D | ParseCXXInlineMethods.cpp | 46 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs); in ParseCXXInlineMethodDef()
|
| H A D | ParseStmt.cpp | 748 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, Attrs); in ParseLabeledStatement()
|
| H A D | ParseDeclCXX.cpp | 3043 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs); in ParseCXXClassMemberDeclaration()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1073 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 D | SemaAttr.cpp | 1124 ProcessDeclAttributeList(S, D, Attrs); in AddPragmaAttributes()
|
| H A D | SemaTemplate.cpp | 2128 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 D | SemaDeclAttr.cpp | 9356 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 D | SemaDeclCXX.cpp | 11289 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 D | SemaDecl.cpp | 15848 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 D | InternalsManual.rst | 2808 Eventually, ``Sema::ProcessDeclAttributeList()`` is called with a ``Decl`` and
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 4663 void ProcessDeclAttributeList(Scope *S, Decl *D,
|