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