Home
last modified time | relevance | path

Searched refs:getSources (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h37 const SourceManager &getSources() const { return SM; } in getSources() function
/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DClangRefactor.cpp417 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()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringActionRulesTest.cpp74 const SourceManager &SM = Context.getSources(); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DRefactoringEngine.rst126 AtomicChange Replacement(Context.getSources(), Selection.getBegin());