Home
last modified time | relevance | path

Searched refs:printErrorContext (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h155 …bool printErrorContext; // print errors with the error context (the error line in the source file) member
H A Dglobals.d177 …bool printErrorContext; // print errors with the error context (the error line in the source file) variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp304 void Path::Root::printErrorContext(const Value &R, raw_ostream &OS) const { in printErrorContext() function in llvm::json::Path::Root
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h641 void printErrorContext(const Value &, llvm::raw_ostream &) const;
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc963 global.params.printErrorContext = flag_diagnostics_show_caret; in d_post_options()
H A DChangeLog-2021243 dip25, and flag_diagnostics_show_caret to printErrorContext.