Lines Matching defs:LO
4006 StmtPrinterHelper(const CFG* cfg, const LangOptions &LO)
4007 : currentBlock(0), currStmt(0), LangOpts(LO)
4517 void CFG::dump(const LangOptions &LO, bool ShowColors) const {
4518 print(llvm::errs(), LO, ShowColors);
4522 void CFG::print(raw_ostream &OS, const LangOptions &LO, bool ShowColors) const {
4523 StmtPrinterHelper Helper(this, LO);
4544 void CFGBlock::dump(const CFG* cfg, const LangOptions &LO,
4546 print(llvm::errs(), cfg, LO, ShowColors);
4556 const LangOptions &LO, bool ShowColors) const {
4557 StmtPrinterHelper Helper(cfg, LO);
4564 const LangOptions &LO) const {
4565 CFGBlockTerminatorPrint TPrinter(OS, nullptr, PrintingPolicy(LO));
4643 void CFG::viewCFG(const LangOptions &LO) const {
4645 StmtPrinterHelper H(this, LO);