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

Declarations

tools/clang/include/clang/AST/DeclBase.h
 1015   bool isTemplateDecl() const;

References

tools/clang/lib/AST/DeclBase.cpp
  251   return DC->isDependentContext() || isTemplateDecl() || getDescribedTemplate();
tools/clang/lib/Parse/ParseDecl.cpp
 1508       bool HasTemplateScope = EnterScope && D->isTemplateDecl();
tools/clang/lib/Parse/ParseOpenMP.cpp
  648     HasTemplateScope = D->isTemplateDecl();
tools/clang/lib/Sema/SemaDecl.cpp
  532       return NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(),
  575     NNS = NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(),
tools/clang/lib/Sema/SemaLookup.cpp
 4520       NNS = NestedNameSpecifier::Create(Context, NNS, RD->isTemplateDecl(),
tools/clang/lib/Sema/SemaOverload.cpp
 9706   bool isTemplate = Fn->isTemplateDecl() || Found->isTemplateDecl();
 9706   bool isTemplate = Fn->isTemplateDecl() || Found->isTemplateDecl();