HomeSort by: relevance | last modified time | path
    Searched refs:AutoTypes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 237 mutable llvm::ContextualFoldingSet<AutoType, ASTContext&> AutoTypes;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 972 DependentTemplateSpecializationTypes(this_()), AutoTypes(this_()),
5530 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos))
5544 AutoTypes.InsertNode(AT, InsertPos);

Completed in 35 milliseconds