Searched refs:ErrorPath (Results 1 – 3 of 3) sorted by relevance
220 R->ErrorPath.resize(Count); in report()221 auto It = R->ErrorPath.begin(); in report()230 if (ErrorPath.empty()) { in getError()235 for (const Path::Segment &S : llvm::reverse(ErrorPath)) { in getError()358 PrintValue(R, ErrorPath, PrintValue); in printErrorContext()
705 std::vector<Path::Segment> ErrorPath; // Only valid in error state. Reversed. variable
128 def ErrorPath: Property<"error-path", "FileSpec">,