Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h237 mutable llvm::FoldingSet<DependentTypeOfExprType> DependentTypeOfExprTypes; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp5576 = DependentTypeOfExprTypes.FindNodeOrInsertPos(ID, InsertPos); in getTypeOfExprType()
5586 DependentTypeOfExprTypes.InsertNode(Canon, InsertPos); in getTypeOfExprType()