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

/external/clang/include/clang/AST/
H A DASTContext.h119 mutable llvm::FoldingSet<AutoType> AutoTypes; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp3757 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos))
3765 AutoTypes.InsertNode(AT, InsertPos);

Completed in 123 milliseconds