Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h234 mutable llvm::ContextualFoldingSet<AutoType, ASTContext&> AutoTypes; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp952 DependentTemplateSpecializationTypes(this_()), AutoTypes(this_()), in ASTContext()
5770 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAutoTypeInternal()
5782 AutoTypes.FindNodeOrInsertPos(ID, InsertPos); in getAutoTypeInternal()
5797 AutoTypes.InsertNode(AT, InsertPos); in getAutoTypeInternal()