Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h114 mutable llvm::FoldingSet<DependentTypeOfExprType> DependentTypeOfExprTypes; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h213 mutable llvm::FoldingSet<DependentTypeOfExprType> DependentTypeOfExprTypes; variable
/external/clang/lib/AST/
DASTContext.cpp3934 = DependentTypeOfExprTypes.FindNodeOrInsertPos(ID, InsertPos); in getTypeOfExprType()
3944 DependentTypeOfExprTypes.InsertNode(Canon, InsertPos); in getTypeOfExprType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5339 = DependentTypeOfExprTypes.FindNodeOrInsertPos(ID, InsertPos); in getTypeOfExprType()
5349 DependentTypeOfExprTypes.InsertNode(Canon, InsertPos); in getTypeOfExprType()