Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h246 mutable llvm::ContextualFoldingSet<AutoType, ASTContext&> AutoTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp882 DependentTemplateSpecializationTypes(this_()), AutoTypes(this_()), in ASTContext()
6198 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAutoTypeInternal()
6216 AutoTypes.FindNodeOrInsertPos(ID, InsertPos); in getAutoTypeInternal()
6232 AutoTypes.InsertNode(AT, InsertPos); in getAutoTypeInternal()