Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp995 ProcessDeclAttributeList(TUScope, IDecl, AttrList); in ActOnStartClassInterface()
1171 ProcessDeclAttributeList(TUScope, PDecl, AttrList); in ActOnStartProtocolInterface()
1692 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
4219 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs); in ActOnMethodDeclaration()
4249 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList); in ActOnMethodDeclaration()
DSemaTemplate.cpp1138 ProcessDeclAttributeList(S, NewClass, Attr); in CheckClassTemplate()
6479 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnClassTemplateSpecialization()
7405 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnExplicitInstantiation()
7788 ProcessDeclAttributeList(S, Prev, Attr); in ActOnExplicitInstantiation()
7931 ProcessDeclAttributeList(S, Specialization, Attr); in ActOnExplicitInstantiation()
DSemaDeclAttr.cpp5473 void Sema::ProcessDeclAttributeList(Scope *S, Decl *D, in ProcessDeclAttributeList() function in Sema
5667 ProcessDeclAttributeList(S, D, Attrs); in ProcessDeclAttributes()
5675 ProcessDeclAttributeList(S, D, Attrs, /*IncludeCXX11Attributes=*/false); in ProcessDeclAttributes()
5679 ProcessDeclAttributeList(S, D, Attrs); in ProcessDeclAttributes()
DSemaDecl.cpp11311 ProcessDeclAttributeList(S, D, Attrs.getList()); in ActOnFinishDelayedAttribute()
12602 ProcessDeclAttributeList(S, New, Attr); in ActOnTag()
13807 ProcessDeclAttributeList(S, Record, Attr); in ActOnFields()
14102 if (Attr) ProcessDeclAttributeList(S, New, Attr); in ActOnEnumConstant()
14326 ProcessDeclAttributeList(S, Enum, Attr); in ActOnEnumBody()
DSemaDeclCXX.cpp7247 ProcessDeclAttributeList(DeclRegionScope, Namespc, AttrList); in ActOnStartNamespaceDef()
7619 ProcessDeclAttributeList(S, UDir, AttrList); in ActOnUsingDirective()
8553 ProcessDeclAttributeList(S, NewTD, AttrList); in ActOnAliasDeclaration()
11941 ProcessDeclAttributeList(S, ED, AttrList); in ActOnEmptyDeclaration()
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp49 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs); in ParseCXXInlineMethodDef()
DParseStmt.cpp606 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, Attrs); in ParseLabeledStatement()
DParseDeclCXX.cpp2592 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs); in ParseCXXClassMemberDeclaration()
/external/clang/include/clang/Sema/
DSema.h2926 void ProcessDeclAttributeList(Scope *S, Decl *D, const AttributeList *AL,
/external/clang/docs/
DInternalsManual.rst1648 Eventually, ``Sema::ProcessDeclAttributeList()`` is called with a ``Decl`` and