Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h237 mutable llvm::ContextualFoldingSet<AutoType, ASTContext&> AutoTypes; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp972 DependentTemplateSpecializationTypes(this_()), AutoTypes(this_()), in ASTContext()
5530 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAutoType()
5544 AutoTypes.InsertNode(AT, InsertPos); in getAutoType()