Searched refs:getSources (Results 1 – 5 of 5) 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()
187 inline ListASTNode * getSources() { return m_sources; } in getSources() function219 inline ListASTNode * getSources() { return m_sources; } in getSources() function
152 processSources(sources->getSources()); in run()
126 AtomicChange Replacement(Context.getSources(), Selection.getBegin());