Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h37 const SourceManager &getSources() const { return SM; } in getSources() function
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DClangRefactor.cpp419 Context.getSources(), [&](SourceRange R) { in callback()
526 R.getBegin().print(llvm::outs(), Context.getSources()); in logInvocation()
528 R.getEnd().print(llvm::outs(), Context.getSources()); in logInvocation()
/openbsd-src/gnu/llvm/clang/docs/
H A DRefactoringEngine.rst126 AtomicChange Replacement(Context.getSources(), Selection.getBegin());