Home
last modified time | relevance | path

Searched defs:getTemplateInstantiationPattern (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp2589 VarDecl *VarDecl::getTemplateInstantiationPattern() const { in getTemplateInstantiationPattern() function in VarDecl
3848 FunctionDecl::getTemplateInstantiationPattern(bool ForDefinition) const { in getTemplateInstantiationPattern() function in FunctionDecl
4574 EnumDecl *EnumDecl::getTemplateInstantiationPattern() const { in getTemplateInstantiationPattern() function in EnumDecl
H A DDeclCXX.cpp1857 const CXXRecordDecl *CXXRecordDecl::getTemplateInstantiationPattern() const { in getTemplateInstantiationPattern() function in CXXRecordDecl
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1496 CXXRecordDecl *getTemplateInstantiationPattern() { in getTemplateInstantiationPattern() function