Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h134 mutable llvm::FoldingSet<AutoType> AutoTypes; variable
/external/clang/lib/AST/
DASTContext.cpp4049 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAutoType()
4057 AutoTypes.InsertNode(AT, InsertPos); in getAutoType()