Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h122 mutable llvm::FoldingSet<DependentNameType> DependentNameTypes; variable
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp3464 = DependentNameTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentNameType()
3470 DependentNameTypes.InsertNode(T, InsertPos); in getDependentNameType()