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

  /external/clang/include/clang/Index/
Indexer.h 39 typedef std::map<Entity, std::pair<FunctionDecl*,TranslationUnit*> > DefMapTy;
61 DefMapTy DefMap;
  /external/clang/lib/Index/
Indexer.cpp 28 Indexer::DefMapTy &DefMap;
32 Indexer::DefMapTy &defmap)
116 DefMapTy::iterator I = DefMap.find(Ent);

Completed in 253 milliseconds