Home
last modified time | relevance | path

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

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