Searched defs:shouldAlwaysPrint (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/lib/Frontend/ | ||
H A D | FrontendActions.cpp | 1105 bool shouldAlwaysPrint = false; optimizationRemarkHandler() local |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | DiagnosticInfo.h | 822 bool shouldAlwaysPrint() const { return getPassName() == AlwaysPrint; } shouldAlwaysPrint() function |