reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 2101   NamedDecl *HandleDeclarator(Scope *S, Declarator &D,

References

tools/clang/lib/Parse/Parser.cpp
 1192     Decl *DP = Actions.HandleDeclarator(ParentScope, D,
 1223     Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D,
tools/clang/lib/Sema/SemaDecl.cpp
 5381   Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg());
13272   Decl *DP = HandleDeclarator(ParentScope, D, TemplateParameterLists);
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3348     Member = HandleDeclarator(S, D, TemplateParameterLists);
tools/clang/lib/Sema/SemaTemplate.cpp
 8043   Decl *NewDecl = HandleDeclarator(S, D, TemplateParameterLists);