Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h228 mutable llvm::FoldingSet<DependentNameType> DependentNameTypes; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4883 = DependentNameTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentNameType()
4889 DependentNameTypes.InsertNode(T, InsertPos); in getDependentNameType()