Searched refs:getSources (Results 1 – 4 of 4) sorted by relevance
37 const SourceManager &getSources() const { return SM; } in getSources() function
417 Context.getSources(), [&](SourceRange R) { in callback()524 R.getBegin().print(llvm::outs(), Context.getSources()); in logInvocation()526 R.getEnd().print(llvm::outs(), Context.getSources()); in logInvocation()
74 const SourceManager &SM = Context.getSources(); in TEST_F()
126 AtomicChange Replacement(Context.getSources(), Selection.getBegin());