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

  /external/clang/include/clang/Basic/
SourceManagerInternals.h 80 /// the mapping from string -> ID, and FilenamesByID holds the mapping of ID
83 std::vector<llvm::StringMapEntry<unsigned>*> FilenamesByID;
94 FilenamesByID.clear();
102 assert(ID < FilenamesByID.size() && "Invalid FilenameID");
103 return FilenamesByID[ID]->getKeyData();
105 unsigned getNumFilenames() const { return FilenamesByID.size(); }
  /external/clang/lib/Basic/
SourceManager.cpp 186 Entry.setValue(FilenamesByID.size());
187 FilenamesByID.push_back(&Entry);
188 return FilenamesByID.size()-1;
    [all...]

Completed in 27 milliseconds