Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h114 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()