Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h260 mutable llvm::ContextualFoldingSet<AutoType, ASTContext&> AutoTypes; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp978 DependentTemplateSpecializationTypes(this_()), AutoTypes(this_()), in ASTContext()
5718 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAutoTypeInternal()
5731 AutoTypes.FindNodeOrInsertPos(ID, InsertPos); in getAutoTypeInternal()
5748 AutoTypes.InsertNode(AT, InsertPos); in getAutoTypeInternal()