Home
last modified time | relevance | path

Searched refs:DependentTemplateNames (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9101 DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
9115 DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
9120 DependentTemplateNames.InsertNode(QTN, InsertPos); in getDependentTemplateName()
9137 = DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
9152 = DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
9157 DependentTemplateNames.InsertNode(QTN, InsertPos); in getDependentTemplateName()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h271 mutable llvm::FoldingSet<DependentTemplateName> DependentTemplateNames; variable