Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h229 mutable llvm::FoldingSet<DependentNameType> DependentNameTypes; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4898 = DependentNameTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentNameType()
4904 DependentNameTypes.InsertNode(T, InsertPos); in getDependentNameType()