Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h125 mutable llvm::FoldingSet<DependentNameType> DependentNameTypes; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h225 mutable llvm::FoldingSet<DependentNameType> DependentNameTypes; variable
/external/clang/lib/AST/
DASTContext.cpp3568 = DependentNameTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentNameType()
3574 DependentNameTypes.InsertNode(T, InsertPos); in getDependentNameType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4813 = DependentNameTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentNameType()
4819 DependentNameTypes.InsertNode(T, InsertPos); in getDependentNameType()