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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp994 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
1170 ProcessDeclAttributeList(TUScope, PDecl, AttrList);
1700 ProcessDeclAttributeList(TUScope, PDecl, attrList);
4368 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs);
4398 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList);
H A DSemaTemplate.cpp1155 ProcessDeclAttributeList(S, NewClass, Attr);
6518 ProcessDeclAttributeList(S, Specialization, Attr);
7515 ProcessDeclAttributeList(S, Specialization, Attr);
7922 ProcessDeclAttributeList(S, Prev, Attr);
8065 ProcessDeclAttributeList(S, Specialization, Attr);
H A DSemaDeclAttr.cpp5922 /// ProcessDeclAttributeList - Apply all the decl attributes in the specified
5924 void Sema::ProcessDeclAttributeList(Scope *S, Decl *D, function in class:Sema
6118 ProcessDeclAttributeList(S, D, Attrs);
6126 ProcessDeclAttributeList(S, D, Attrs, /*IncludeCXX11Attributes=*/false);
6130 ProcessDeclAttributeList(S, D, Attrs);
H A DSemaDecl.cpp11720 ProcessDeclAttributeList(S, D, Attrs.getList());
13053 ProcessDeclAttributeList(S, New, Attr);
14261 ProcessDeclAttributeList(S, Record, Attr);
14559 if (Attr) ProcessDeclAttributeList(S, New, Attr);
14783 ProcessDeclAttributeList(S, Enum, Attr);
H A DSemaDeclCXX.cpp7412 ProcessDeclAttributeList(DeclRegionScope, Namespc, AttrList);
7783 ProcessDeclAttributeList(S, UDir, AttrList);
8794 ProcessDeclAttributeList(S, NewTD, AttrList);
12177 ProcessDeclAttributeList(S, ED, AttrList);
/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp49 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs);
H A DParseStmt.cpp619 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, Attrs);
H A DParseDeclCXX.cpp2612 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs);
/external/clang/include/clang/Sema/
H A DSema.h3000 void ProcessDeclAttributeList(Scope *S, Decl *D, const AttributeList *AL,

Completed in 811 milliseconds