Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h239 mutable llvm::ContextualFoldingSet<AutoType, ASTContext&> AutoTypes; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp879 DependentTemplateSpecializationTypes(this_()), AutoTypes(this_()), in ASTContext()
5755 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAutoTypeInternal()
5773 AutoTypes.FindNodeOrInsertPos(ID, InsertPos); in getAutoTypeInternal()
5789 AutoTypes.InsertNode(AT, InsertPos); in getAutoTypeInternal()