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

Declarations

tools/clang/include/clang/AST/Decl.h
 1466   VarDecl *getTemplateInstantiationPattern() const;

References

tools/clang/lib/Index/IndexingContext.cpp
  213     return VD->getTemplateInstantiationPattern();
tools/clang/lib/Sema/SemaLookup.cpp
 1536     if (VarDecl *Pattern = VD->getTemplateInstantiationPattern())
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 4709   VarDecl *PatternDecl = Var->getTemplateInstantiationPattern();
tools/clang/lib/Sema/SemaType.cpp
 7904     if (auto *Pattern = VD->getTemplateInstantiationPattern())
tools/clang/tools/extra/clangd/FindTarget.cpp
   98       VarDecl *T = VD->getTemplateInstantiationPattern();