Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h196 mutable llvm::FoldingSet<DependentTypeOfExprType> DependentTypeOfExprTypes; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4752 = DependentTypeOfExprTypes.FindNodeOrInsertPos(ID, InsertPos); in getTypeOfExprType()
4762 DependentTypeOfExprTypes.InsertNode(Canon, InsertPos); in getTypeOfExprType()