Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1067 ProcessDeclAttributeList(TUScope, IDecl, AttrList); in ActOnStartClassInterface()
1259 ProcessDeclAttributeList(TUScope, PDecl, AttrList); in ActOnStartProtocolInterface()
1790 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
1877 ProcessDeclAttributeList(TUScope, CDecl, AttrList); in ActOnStartCategoryInterface()
1930 ProcessDeclAttributeList(TUScope, CDecl, Attrs); in ActOnStartCategoryImplementation()
2063 ProcessDeclAttributeList(TUScope, IMPDecl, Attrs); in ActOnStartClassImplementation()
4788 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs); in ActOnMethodDeclaration()
4818 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList); in ActOnMethodDeclaration()
H A DSemaAttr.cpp998 ProcessDeclAttributeList(S, D, Attrs); in AddPragmaAttributes()
H A DSemaTemplate.cpp2029 ProcessDeclAttributeList(S, NewClass, Attr); in CheckClassTemplate()
8537 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnClassTemplateSpecialization()
9705 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnExplicitInstantiation()
10122 ProcessDeclAttributeList(S, Prev, D.getDeclSpec().getAttributes()); in ActOnExplicitInstantiation()
10297 ProcessDeclAttributeList(S, Specialization, D.getDeclSpec().getAttributes()); in ActOnExplicitInstantiation()
H A DSemaDeclAttr.cpp8316 void Sema::ProcessDeclAttributeList(Scope *S, Decl *D, in ProcessDeclAttributeList() function in Sema
8553 ProcessDeclAttributeList(S, D, PD.getDeclSpec().getAttributes()); in ProcessDeclAttributes()
8560 ProcessDeclAttributeList(S, D, PD.getTypeObject(i).getAttrs(), in ProcessDeclAttributes()
8564 ProcessDeclAttributeList(S, D, PD.getAttributes()); in ProcessDeclAttributes()
H A DSemaDecl.cpp14789 ProcessDeclAttributeList(S, D, Attrs); in ActOnFinishDelayedAttribute()
16357 ProcessDeclAttributeList(S, New, Attrs); in ActOnTag()
17496 ProcessDeclAttributeList(S, Record, Attrs); in ActOnFields()
17938 ProcessDeclAttributeList(S, New, Attrs); in ActOnEnumConstant()
18137 ProcessDeclAttributeList(S, Enum, Attrs); in ActOnEnumBody()
H A DSemaDeclCXX.cpp10985 ProcessDeclAttributeList(DeclRegionScope, Namespc, AttrList); in ActOnStartNamespaceDef()
11516 ProcessDeclAttributeList(S, UDir, AttrList); in ActOnUsingDirective()
12620 ProcessDeclAttributeList(S, NewTD, AttrList); in ActOnAliasDeclaration()
15900 ProcessDeclAttributeList(S, ED, AttrList); in ActOnEmptyDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp46 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs); in ParseCXXInlineMethodDef()
H A DParseStmt.cpp670 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, attrs); in ParseLabeledStatement()
H A DParseDeclCXX.cpp2884 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs); in ParseCXXClassMemberDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4261 void ProcessDeclAttributeList(Scope *S, Decl *D, const ParsedAttributesView &AL,
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst2805 Eventually, ``Sema::ProcessDeclAttributeList()`` is called with a ``Decl`` and