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 82 /// the mapping from string -> ID, and FilenamesByID holds the mapping of ID
85 std::vector<llvm::StringMapEntry<unsigned>*> FilenamesByID;
96 FilenamesByID.clear();
104 assert(ID < FilenamesByID.size() && "Invalid FilenameID");
105 return FilenamesByID[ID]->getKeyData();
107 unsigned getNumFilenames() const { return FilenamesByID.size(); }
  /external/clang/lib/Basic/
SourceManager.cpp 189 Entry.setValue(FilenamesByID.size());
190 FilenamesByID.push_back(&Entry);
191 return FilenamesByID.size()-1;
    [all...]

Completed in 59 milliseconds