Lines Matching defs:AST
320 // FIXME: an AST dump would be a useful view, too.
349 const auto &AST = ACFG->getDecl().getASTContext();
353 // Pretty-printing from the AST would probably be nicer (no macros or
355 // AST nodes and the printer doesn't provide this.
358 AST.getSourceManager(), AST.getLangOpts());
362 Range, AST.getSourceManager(), AST.getLangOpts(), &Invalid);
430 AST.getSourceManager(), AST.getLangOpts());
450 AST.getSourceManager().getSpellingLineNumber(Range.getBegin());
455 AST.getSourceManager().getFilename(Range.getBegin())),