Searched refs:AutoTypes (Results 1 – 4 of 4) sorted by relevance
134 mutable llvm::FoldingSet<AutoType> AutoTypes; variable
234 mutable llvm::ContextualFoldingSet<AutoType, ASTContext&> AutoTypes; variable
961 DependentTemplateSpecializationTypes(this_()), AutoTypes(this_()), in ASTContext()5460 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAutoType()5474 AutoTypes.InsertNode(AT, InsertPos); in getAutoType()
4049 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAutoType()4057 AutoTypes.InsertNode(AT, InsertPos); in getAutoType()