Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp220 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h705 std::vector<Path::Segment> ErrorPath; // Only valid in error state. Reversed. variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td128 def ErrorPath: Property<"error-path", "FileSpec">,