Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp994 ProcessDeclAttributeList(TUScope, IDecl, AttrList); in ActOnStartClassInterface()
1170 ProcessDeclAttributeList(TUScope, PDecl, AttrList); in ActOnStartProtocolInterface()
1700 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
4368 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs); in ActOnMethodDeclaration()
4398 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList); in ActOnMethodDeclaration()
DSemaTemplate.cpp1155 ProcessDeclAttributeList(S, NewClass, Attr); in CheckClassTemplate()
6518 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnClassTemplateSpecialization()
7515 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnExplicitInstantiation()
7922 ProcessDeclAttributeList(S, Prev, Attr); in ActOnExplicitInstantiation()
8065 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnExplicitInstantiation()
DSemaDeclAttr.cpp5924 void Sema::ProcessDeclAttributeList(Scope *S, Decl *D, in ProcessDeclAttributeList() function in Sema
6118 ProcessDeclAttributeList(S, D, Attrs); in ProcessDeclAttributes()
6126 ProcessDeclAttributeList(S, D, Attrs, /*IncludeCXX11Attributes=*/false); in ProcessDeclAttributes()
6130 ProcessDeclAttributeList(S, D, Attrs); in ProcessDeclAttributes()
DSemaDecl.cpp11720 ProcessDeclAttributeList(S, D, Attrs.getList()); in ActOnFinishDelayedAttribute()
13053 ProcessDeclAttributeList(S, New, Attr); in ActOnTag()
14261 ProcessDeclAttributeList(S, Record, Attr); in ActOnFields()
14559 if (Attr) ProcessDeclAttributeList(S, New, Attr); in ActOnEnumConstant()
14783 ProcessDeclAttributeList(S, Enum, Attr); in ActOnEnumBody()
DSemaDeclCXX.cpp7412 ProcessDeclAttributeList(DeclRegionScope, Namespc, AttrList); in ActOnStartNamespaceDef()
7783 ProcessDeclAttributeList(S, UDir, AttrList); in ActOnUsingDirective()
8794 ProcessDeclAttributeList(S, NewTD, AttrList); in ActOnAliasDeclaration()
12177 ProcessDeclAttributeList(S, ED, AttrList); in ActOnEmptyDeclaration()
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp49 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs); in ParseCXXInlineMethodDef()
DParseStmt.cpp619 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, Attrs); in ParseLabeledStatement()
DParseDeclCXX.cpp2612 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs); in ParseCXXClassMemberDeclaration()
/external/clang/docs/
DInternalsManual.rst1648 Eventually, ``Sema::ProcessDeclAttributeList()`` is called with a ``Decl`` and
/external/clang/include/clang/Sema/
DSema.h3000 void ProcessDeclAttributeList(Scope *S, Decl *D, const AttributeList *AL,