Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp213 R->ErrorPath.resize(Count); in report()
214 auto It = R->ErrorPath.begin(); in report()
223 if (ErrorPath.empty()) { in getError()
228 for (const Path::Segment &S : llvm::reverse(ErrorPath)) { in getError()
355 PrintValue(R, ErrorPath, PrintValue); in printErrorContext()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h620 std::vector<Path::Segment> ErrorPath; // Only valid in error state. Reversed. variable