HomeSort by relevance Sort by last modified time
    Searched full:showline (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
SourceMgr.h 126 /// @param ShowLine - Should the diagnostic show the source line.
128 bool ShowLine = true) const;
136 /// @param ShowLine - Should the diagnostic show the source line.
139 bool ShowLine = true) const;
155 unsigned ShowLine : 1;
159 SMDiagnostic() : SM(0), LineNo(0), ColumnNo(0), ShowLine(0) {}
163 Message(Msg), ShowLine(false) {}
169 bool showline = true)
171 LineContents(LineStr), ShowLine(showline) {}
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 144 const char *Type, bool ShowLine) const {
160 if (ShowLine) {
178 LineStr, ShowLine);
182 const char *Type, bool ShowLine) const {
185 DiagHandler(GetMessage(Loc, Msg, Type, ShowLine), DiagContext);
195 GetMessage(Loc, Msg, Type, ShowLine).Print(0, OS);
222 if (LineNo != -1 && ColumnNo != -1 && ShowLine) {
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 126 const char* showline(const char* fn, int line_num) function
219 std::cout << "Error: near " << showline( filename.c_str(), node.ErrorRow()) << std::endl;
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 387 /*ShowLine=*/false);
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 167 bool ShowLine = true) const {
168 SrcMgr.PrintMessage(Loc, Msg, Type, ShowLine);
    [all...]

Completed in 2043 milliseconds