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