Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h238 mutable llvm::ContextualFoldingSet<AutoType, ASTContext&> AutoTypes; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp972 DependentTemplateSpecializationTypes(this_()), AutoTypes(this_()), in ASTContext()
5545 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAutoType()
5559 AutoTypes.InsertNode(AT, InsertPos); in getAutoType()