Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h216 mutable llvm::FoldingSet<DependentTypeOfExprType> DependentTypeOfExprTypes; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5409 = DependentTypeOfExprTypes.FindNodeOrInsertPos(ID, InsertPos); in getTypeOfExprType()
5419 DependentTypeOfExprTypes.InsertNode(Canon, InsertPos); in getTypeOfExprType()