Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9680 DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
9694 DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
9699 DependentTemplateNames.InsertNode(QTN, InsertPos); in getDependentTemplateName()
9716 = DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
9731 = DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
9736 DependentTemplateNames.InsertNode(QTN, InsertPos); in getDependentTemplateName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h260 mutable llvm::FoldingSet<DependentTemplateName> DependentTemplateNames; variable