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 234 // Check that the FileID is invalid on the expansion location.
236 FileID fileID = SM.getFileID(ExpansionLoc);
238 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid);
314 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
315 FileID FID = LocInfo.first;
351 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(FileLoc);
352 FileID FID = LocInfo.first;
CXLoadedDiagnostic.cpp 486 unsigned fileID = Record[offset++];
487 if (fileID == 0) {
496 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 52 milliseconds