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

  /external/clang/include/clang/Index/
Indexer.h 38 typedef std::map<GlobalSelector, TUSetTy> SelMapTy;
64 SelMapTy SelMap;
  /external/clang/lib/Index/
Indexer.cpp 50 Indexer::SelMapTy &Map;
53 SelectorIndexer(Program &prog, TranslationUnit *tu, Indexer::SelMapTy &map)
105 SelMapTy::iterator I = SelMap.find(Sel);

Completed in 62 milliseconds