Home
last modified time | relevance | path

Searched refs:ParentProcPos (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1292 size_t ParentProcPos = Data.find("Parent Process:"); in getCrashDiagnosticFile() local
1293 if (ParentProcPos == StringRef::npos) in getCrashDiagnosticFile()
1295 size_t LineEnd = Data.find_first_of("\n", ParentProcPos); in getCrashDiagnosticFile()
1298 StringRef ParentProcess = Data.slice(ParentProcPos+15, LineEnd).trim(); in getCrashDiagnosticFile()