Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp1067 ProcessDeclAttributeList(TUScope, IDecl, AttrList); in ActOnStartClassInterface()
1260 ProcessDeclAttributeList(TUScope, PDecl, AttrList); in ActOnStartProtocolInterface()
1792 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
1880 ProcessDeclAttributeList(TUScope, CDecl, AttrList); in ActOnStartCategoryInterface()
1933 ProcessDeclAttributeList(TUScope, CDecl, Attrs); in ActOnStartCategoryImplementation()
2065 ProcessDeclAttributeList(TUScope, IMPDecl, Attrs); in ActOnStartClassImplementation()
4796 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs); in ActOnMethodDeclaration()
4826 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList); in ActOnMethodDeclaration()
H A DSemaAttr.cpp1127 ProcessDeclAttributeList(S, D, Attrs); in AddPragmaAttributes()
H A DSemaTemplate.cpp2034 ProcessDeclAttributeList(S, NewClass, Attr); in CheckClassTemplate()
8601 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnClassTemplateSpecialization()
9807 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnExplicitInstantiation()
10224 ProcessDeclAttributeList(S, Prev, D.getDeclSpec().getAttributes()); in ActOnExplicitInstantiation()
10399 ProcessDeclAttributeList(S, Specialization, D.getDeclSpec().getAttributes()); in ActOnExplicitInstantiation()
H A DSemaDeclAttr.cpp9101 void Sema::ProcessDeclAttributeList( in ProcessDeclAttributeList() function in Sema
9356 ProcessDeclAttributeList(S, D, NonSlidingAttrs); in ProcessDeclAttributes()
9360 ProcessDeclAttributeList(S, D, PD.getDeclSpec().getAttributes(), in ProcessDeclAttributes()
9371 ProcessDeclAttributeList(S, D, PD.getTypeObject(i).getAttrs(), in ProcessDeclAttributes()
9378 ProcessDeclAttributeList(S, D, PD.getAttributes()); in ProcessDeclAttributes()
H A DSemaDeclCXX.cpp11192 ProcessDeclAttributeList(DeclRegionScope, Namespc, AttrList); in ActOnStartNamespaceDef()
11723 ProcessDeclAttributeList(S, UDir, AttrList); in ActOnUsingDirective()
12369 ProcessDeclAttributeList(S, D, AttrList); in BuildUsingDeclaration()
12379 ProcessDeclAttributeList(S, UD, AttrList); in BuildUsingDeclaration()
13002 ProcessDeclAttributeList(S, NewTD, AttrList); in ActOnAliasDeclaration()
16356 ProcessDeclAttributeList(S, ED, AttrList); in ActOnEmptyDeclaration()
H A DSemaDecl.cpp15415 ProcessDeclAttributeList(S, D, Attrs); in ActOnFinishDelayedAttribute()
17045 ProcessDeclAttributeList(S, New, Attrs); in ActOnTag()
18272 ProcessDeclAttributeList(S, Record, Attrs); in ActOnFields()
18742 ProcessDeclAttributeList(S, New, Attrs); in ActOnEnumConstant()
18941 ProcessDeclAttributeList(S, Enum, Attrs); in ActOnEnumBody()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp46 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs); in ParseCXXInlineMethodDef()
H A DParseStmt.cpp724 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, Attrs); in ParseLabeledStatement()
H A DParseDeclCXX.cpp2954 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs); in ParseCXXClassMemberDeclaration()
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst2805 Eventually, ``Sema::ProcessDeclAttributeList()`` is called with a ``Decl`` and
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4543 void ProcessDeclAttributeList(Scope *S, Decl *D,