Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h37 const SourceManager &getSources() const { return SM; } in getSources() function
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h187 inline ListASTNode * getSources() { return m_sources; } in getSources() function
219 inline ListASTNode * getSources() { return m_sources; } in getSources() function
H A DConversionController.cpp152 processSources(sources->getSources()); in run()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DRefactoringEngine.rst126 AtomicChange Replacement(Context.getSources(), Selection.getBegin());