|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Sema/Sema.h 3711 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);
References
tools/clang/lib/Sema/SemaDecl.cpp 5923 ProcessDeclAttributes(S, NewTD, D);
6946 ProcessDeclAttributes(S, NewVD, D);
9067 ProcessDeclAttributes(S, NewFD, D);
13073 ProcessDeclAttributes(S, New, D);
16159 ProcessDeclAttributes(getCurScope(), NewFD, *D);
16336 ProcessDeclAttributes(S, NewID, D);
tools/clang/lib/Sema/SemaDeclCXX.cpp14432 ProcessDeclAttributes(S, ExDecl, D);
16216 ProcessDeclAttributes(TUScope, NewPD, D);
tools/clang/lib/Sema/SemaDeclObjC.cpp 4946 ProcessDeclAttributes(S, New, D);
tools/clang/lib/Sema/SemaExpr.cpp14210 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo);
tools/clang/lib/Sema/SemaLambda.cpp 984 ProcessDeclAttributes(CurScope, Method, ParamInfo);
tools/clang/lib/Sema/SemaObjCProperty.cpp 646 ProcessDeclAttributes(S, PDecl, FD.D);