Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h106 mutable llvm::FoldingSet<DependentTypeOfExprType> DependentTypeOfExprTypes; variable
/external/clang/lib/AST/
DASTContext.cpp2897 = DependentTypeOfExprTypes.FindNodeOrInsertPos(ID, InsertPos); in getTypeOfExprType()
2907 DependentTypeOfExprTypes.InsertNode(Canon, InsertPos); in getTypeOfExprType()