Home
last modified time | relevance | path

Searched refs:getSourcePathList (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp46 Tool(OptionsParser->getCompilations(), OptionsParser->getSourcePathList(), in StandaloneToolExecutor()
76 if (OptionsParser.getSourcePathList().empty()) in create()
H A DAllTUsExecution.cpp162 if (OptionsParser.getSourcePathList().empty()) in create()
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/
H A DFindAllSymbolsMain.cpp140 OptionsParser.getSourcePathList()); in main()
142 std::vector<std::string> sources = OptionsParser.getSourcePathList(); in main()
/llvm-project/clang-tools-extra/clang-include-fixer/tool/
H A DClangIncludeFixer.cpp274 options.getSourcePathList()); in includeFixerMain()
276 llvm::StringRef SourceFilePath = options.getSourcePathList().front(); in includeFixerMain()
282 assert(options.getSourcePathList().size() == 1 && in includeFixerMain()
/llvm-project/clang-tools-extra/include-cleaner/tool/
H A DIncludeCleaner.cpp341 if (OptionsParser->getSourcePathList().size() != 1) {
356 mapInputsToAbsPaths(CDB, VFS, OptionsParser->getSourcePathList());
360 clang::tooling::ClangTool Tool(CDB, OptionsParser->getSourcePathList());
/llvm-project/clang/include/clang/Tooling/
H A DCommonOptionsParser.h100 const std::vector<std::string> &getSourcePathList() const { in getSourcePathList() function
/llvm-project/clang-tools-extra/clang-reorder-fields/tool/
H A DClangReorderFields.cpp62 auto Files = OP.getSourcePathList(); in main()
/llvm-project/clang-tools-extra/pp-trace/
H A DPPTrace.cpp152 OptionsParser->getSourcePathList()); in main()
/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp172 ClangTool T(OP.getCompilations(), OP.getSourcePathList(), PCHOpts); in main()
/llvm-project/clang-tools-extra/clang-query/tool/
H A DClangQuery.cpp105 OptionsParser->getSourcePathList()); in main()
/llvm-project/clang-tools-extra/clang-change-namespace/tool/
H A DClangChangeNamespace.cpp109 const auto &Files = OptionsParser.getSourcePathList(); in main()
/llvm-project/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp224 return HandleFiles(OptionsParser.getSourcePathList(), in main()
/llvm-project/clang/tools/clang-check/
H A DClangCheck.cpp211 OptionsParser.getSourcePathList()); in main()
/llvm-project/clang/tools/clang-rename/
H A DClangRename.cpp
/llvm-project/clang/docs/
H A DLibTooling.rst83 // Use OptionsParser.getCompilations() and OptionsParser.getSourcePathList()
150 OptionsParser.getSourcePathList());
H A DLibASTMatchersTutorial.rst155 OptionsParser.getSourcePathList());
302 OptionsParser.getSourcePathList());
/llvm-project/clang-tools-extra/clang-move/tool/
H A DClangMove.cpp115 OptionsParser.getSourcePathList()); in main()
/llvm-project/clang/unittests/Tooling/
H A DExecutionTest.cpp108 return OptionsParser.getSourcePathList(); in getToolResults()
/llvm-project/clang/tools/clang-refactor/
H A DClangRefactor.cpp634 ClangTool Tool(Options.getCompilations(), Options.getSourcePathList()); in main()
/llvm-project/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp621 auto PathList = OptionsParser->getSourcePathList(); in clangTidyMain()