Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9220 DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
9234 DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
9239 DependentTemplateNames.InsertNode(QTN, InsertPos); in getDependentTemplateName()
9256 = DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
9271 = DependentTemplateNames.FindNodeOrInsertPos(ID, InsertPos); in getDependentTemplateName()
9276 DependentTemplateNames.InsertNode(QTN, InsertPos); in getDependentTemplateName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h251 mutable llvm::FoldingSet<DependentTemplateName> DependentTemplateNames; variable