HomeSort by relevance Sort by last modified time
    Searched defs:fileID (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
CXSourceLocation.cpp 220 // Check that the FileID is invalid on the expansion location.
222 FileID fileID = SM.getFileID(ExpansionLoc);
224 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid);
308 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
309 FileID FID = LocInfo.first;
CXLoadedDiagnostic.cpp 500 unsigned fileID = Record[offset++];
501 if (fileID == 0) {
510 const FileEntry *FE = TopDiags.Files[fileID];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 

Completed in 195 milliseconds