|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Sema/Sema.h 3715 void ProcessDeclAttributeList(Scope *S, Decl *D, const ParsedAttributesView &AL,
References
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp 46 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs);
tools/clang/lib/Parse/ParseDeclCXX.cpp 2822 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs);
tools/clang/lib/Parse/ParseStmt.cpp 654 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, attrs);
tools/clang/lib/Sema/SemaAttr.cpp 831 ProcessDeclAttributeList(S, D, Attrs);
tools/clang/lib/Sema/SemaDecl.cpp14084 ProcessDeclAttributeList(S, D, Attrs);
15576 ProcessDeclAttributeList(S, New, Attrs);
16717 ProcessDeclAttributeList(S, Record, Attrs);
17156 ProcessDeclAttributeList(S, New, Attrs);
17353 ProcessDeclAttributeList(S, Enum, Attrs);
tools/clang/lib/Sema/SemaDeclAttr.cpp 7432 ProcessDeclAttributeList(S, D, PD.getDeclSpec().getAttributes());
7439 ProcessDeclAttributeList(S, D, PD.getTypeObject(i).getAttrs(),
7443 ProcessDeclAttributeList(S, D, PD.getAttributes());
tools/clang/lib/Sema/SemaDeclCXX.cpp 9383 ProcessDeclAttributeList(DeclRegionScope, Namespc, AttrList);
9908 ProcessDeclAttributeList(S, UDir, AttrList);
11013 ProcessDeclAttributeList(S, NewTD, AttrList);
14249 ProcessDeclAttributeList(S, ED, AttrList);
tools/clang/lib/Sema/SemaDeclObjC.cpp 1068 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
1255 ProcessDeclAttributeList(TUScope, PDecl, AttrList);
1785 ProcessDeclAttributeList(TUScope, PDecl, attrList);
1872 ProcessDeclAttributeList(TUScope, CDecl, AttrList);
1925 ProcessDeclAttributeList(TUScope, CDecl, Attrs);
2058 ProcessDeclAttributeList(TUScope, IMPDecl, Attrs);
4625 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs);
4655 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList);
tools/clang/lib/Sema/SemaTemplate.cpp 1667 ProcessDeclAttributeList(S, NewClass, Attr);
7977 ProcessDeclAttributeList(S, Specialization, Attr);
9141 ProcessDeclAttributeList(S, Specialization, Attr);
9545 ProcessDeclAttributeList(S, Prev, D.getDeclSpec().getAttributes());
9720 ProcessDeclAttributeList(S, Specialization, D.getDeclSpec().getAttributes());