Home | History | Annotate | Download | only in Analysis

Lines Matching defs:LO

3460   StmtPrinterHelper(const CFG* cfg, const LangOptions &LO)
3461 : currentBlock(0), currStmt(0), LangOpts(LO)
3918 void CFG::dump(const LangOptions &LO, bool ShowColors) const {
3919 print(llvm::errs(), LO, ShowColors);
3923 void CFG::print(raw_ostream &OS, const LangOptions &LO, bool ShowColors) const {
3924 StmtPrinterHelper Helper(this, LO);
3945 void CFGBlock::dump(const CFG* cfg, const LangOptions &LO,
3947 print(llvm::errs(), cfg, LO, ShowColors);
3953 const LangOptions &LO, bool ShowColors) const {
3954 StmtPrinterHelper Helper(cfg, LO);
3961 const LangOptions &LO) const {
3962 CFGBlockTerminatorPrint TPrinter(OS, NULL, PrintingPolicy(LO));
4037 void CFG::viewCFG(const LangOptions &LO) const {
4039 StmtPrinterHelper H(this, LO);