Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h134 mutable llvm::FoldingSet<AutoType> AutoTypes; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h234 mutable llvm::ContextualFoldingSet<AutoType, ASTContext&> AutoTypes; variable
/external/llvm-project/clang/lib/AST/
DASTContext.cpp961 DependentTemplateSpecializationTypes(this_()), AutoTypes(this_()), in ASTContext()
5460 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAutoType()
5474 AutoTypes.InsertNode(AT, InsertPos); in getAutoType()
/external/clang/lib/AST/
DASTContext.cpp4049 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAutoType()
4057 AutoTypes.InsertNode(AT, InsertPos); in getAutoType()