Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp6419 DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
6433 DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
6438 DependentTemplateNames.InsertNode(QTN, InsertPos); in getDependentTemplateName()
6455 = DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
6470 = DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
6475 DependentTemplateNames.InsertNode(QTN, InsertPos); in getDependentTemplateName()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h134 mutable llvm::FoldingSet<DependentTemplateName> DependentTemplateNames; variable