Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h240 mutable llvm::FoldingSet<DependentNameType> DependentNameTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5910 DependentNameTypes.FindNodeOrInsertPos(ID, InsertPos)) in getDependentNameType()
5921 DependentNameTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentNameType()
5929 DependentNameTypes.InsertNode(T, InsertPos); in getDependentNameType()