Searched refs:ProcessDeclAttributeList (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp51 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs,
H A DParseStmt.cpp440 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, Attrs);
H A DParseDeclCXX.cpp2063 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs,
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp461 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
681 ProcessDeclAttributeList(TUScope, PDecl, AttrList);
787 ProcessDeclAttributeList(TUScope, PDecl, attrList);
2879 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs);
2915 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList);
H A DSemaDeclAttr.cpp4535 /// ProcessDeclAttributeList - Apply all the decl attributes in the specified
4537 void Sema::ProcessDeclAttributeList(Scope *S, Decl *D, function in class:Sema
4698 ProcessDeclAttributeList(S, D, Attrs, NonInheritable, Inheritable);
4706 ProcessDeclAttributeList(S, D, Attrs, NonInheritable, Inheritable);
4710 ProcessDeclAttributeList(S, D, Attrs, NonInheritable, Inheritable);
H A DSemaTemplate.cpp1105 ProcessDeclAttributeList(S, NewClass, Attr);
5553 ProcessDeclAttributeList(S, Specialization, Attr);
6441 ProcessDeclAttributeList(S, Specialization, Attr);
6854 ProcessDeclAttributeList(S, Specialization, Attr);
H A DSemaDecl.cpp7923 ProcessDeclAttributeList(S, D, Attrs.getList());
8981 ProcessDeclAttributeList(S, New, Attr);
10272 ProcessDeclAttributeList(S, Record, Attr);
10543 if (Attr) ProcessDeclAttributeList(S, New, Attr);
10790 ProcessDeclAttributeList(S, Enum, Attr);
H A DSemaDeclCXX.cpp5439 ProcessDeclAttributeList(DeclRegionScope, Namespc, AttrList);
/external/clang/include/clang/Sema/
H A DSema.h2216 void ProcessDeclAttributeList(Scope *S, Decl *D, const AttributeList *AL,

Completed in 444 milliseconds