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

  /external/clang/include/clang/Driver/
Job.h 35 StringRef VFSPath;
37 CrashReportInfo(StringRef Filename, StringRef VFSPath)
38 : Filename(Filename), VFSPath(VFSPath) {}
  /external/clang/lib/Driver/
Job.cpp 167 bool HaveCrashVFS = CrashInfo && !CrashInfo->VFSPath.empty();
196 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote);

Completed in 44 milliseconds