HomeSort by: relevance | last modified time | path
    Searched refs:shouldAlwaysPrint (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 719 bool ShouldAlwaysPrint = false;
721 ShouldAlwaysPrint = ORA->shouldAlwaysPrint();
723 if (ShouldAlwaysPrint ||
736 if (D.shouldAlwaysPrint() ||
748 if (D.shouldAlwaysPrint() ||
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DiagnosticInfo.cpp 340 shouldAlwaysPrint();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DiagnosticInfo.h 817 bool shouldAlwaysPrint() const { return getPassName() == AlwaysPrint; }

Completed in 133 milliseconds