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

  /external/clang/include/clang/Basic/
DiagnosticIDs.h 266 void EmitDiag(DiagnosticsEngine &Diag, Level DiagLevel) const;
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 246 auto EmitDiag = [&](const Twine &T) {
256 EmitDiag(" with a breakout at trip " + Twine(BreakoutTrip));
259 EmitDiag(" with " + Twine(TripMultiple) + " trips per branch");
262 EmitDiag(" with run-time trip count");
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 653 EmitDiag(Diag, DiagLevel);
657 void DiagnosticIDs::EmitDiag(DiagnosticsEngine &Diag, Level DiagLevel) const {
Diagnostic.cpp 361 Diags->EmitDiag(*this, DiagLevel);
    [all...]

Completed in 309 milliseconds