HomeSort by relevance Sort by last modified time
    Searched refs:TUSetTy (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Index/
Indexer.h 35 typedef llvm::SmallPtrSet<TranslationUnit *, 4> TUSetTy;
37 typedef std::map<Entity, TUSetTy> MapTy;
38 typedef std::map<GlobalSelector, TUSetTy> SelMapTy;
  /external/clang/lib/Index/
Indexer.cpp 96 TUSetTy &Set = I->second;
97 for (TUSetTy::iterator I = Set.begin(), E = Set.end(); I != E; ++I)
109 TUSetTy &Set = I->second;
110 for (TUSetTy::iterator I = Set.begin(), E = Set.end(); I != E; ++I)

Completed in 79 milliseconds