Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp1454 size_t ParentProcPos = Data.find("Parent Process:"); in getCrashDiagnosticFile() local
1455 if (ParentProcPos == StringRef::npos) in getCrashDiagnosticFile()
1457 size_t LineEnd = Data.find_first_of("\n", ParentProcPos); in getCrashDiagnosticFile()
1460 StringRef ParentProcess = Data.slice(ParentProcPos+15, LineEnd).trim(); in getCrashDiagnosticFile()