HomeSort by relevance Sort by last modified time
    Searched refs:getDiags (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/AST/
Mangle.h 82 Diagnostic &getDiags() const { return Diags; }
  /external/clang/include/clang/Driver/
Driver.h 192 const Diagnostic &getDiags() const { return Diags; }
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 24 Diagnostic &Diags = CGF.CGM.getDiags();
CodeGenModule.cpp 170 unsigned diagID = getDiags().getCustomDiagID(Diagnostic::Error, error);
171 getDiags().Report(Context.getFullLoc(loc), diagID);
178 if (OmitOnError && getDiags().hasErrorOccurred())
180 unsigned DiagID = getDiags().getCustomDiagID(Diagnostic::Error,
183 getDiags().Report(Context.getFullLoc(S->getLocStart()), DiagID)
191 if (OmitOnError && getDiags().hasErrorOccurred())
193 unsigned DiagID = getDiags().getCustomDiagID(Diagnostic::Error,
196 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg;
    [all...]
CodeGenModule.h 372 Diagnostic &getDiags() const { return Diags; }
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 534 getDiags()->getDiagnosticIDs()->getDescription(getID());
682 getDiags()->ConvertArgToString(Kind, getRawArg(ArgNo),
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp     [all...]
  /external/clang/lib/Driver/
Driver.cpp 324 if (getDiags().hasErrorOccurred())
    [all...]

Completed in 185 milliseconds