Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LangOptions

3894   const LangOptions &LangOpts;
3897 StmtPrinterHelper(const CFG* cfg, const LangOptions &LO)
3956 const LangOptions &getLangOpts() const { return LangOpts; }
4407 void CFG::dump(const LangOptions &LO, bool ShowColors) const {
4412 void CFG::print(raw_ostream &OS, const LangOptions &LO, bool ShowColors) const {
4434 void CFGBlock::dump(const CFG* cfg, const LangOptions &LO,
4440 dump(getParent(), LangOptions(), false);
4446 const LangOptions &LO, bool ShowColors) const {
4454 const LangOptions &LO) const {
4533 void CFG::viewCFG(const LangOptions &LO) const {