Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/clang-tools-extra/clang-reorder-fields/tool/
H A DClangReorderFields.cpp62 auto Files = OP.getSourcePathList(); in main()
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DCommonOptionsParser.h95 const std::vector<std::string> &getSourcePathList() const { in getSourcePathList() function
/llvm-project-15.0.7/clang-tools-extra/pp-trace/
H A DPPTrace.cpp152 OptionsParser->getSourcePathList()); in main()
/llvm-project-15.0.7/lldb/tools/lldb-instr/
H A DInstrument.cpp171 ClangTool T(OP.getCompilations(), OP.getSourcePathList(), PCHOpts); in main()
/llvm-project-15.0.7/clang-tools-extra/clang-query/tool/
H A DClangQuery.cpp118 OptionsParser->getSourcePathList()); in main()
/llvm-project-15.0.7/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp215 return HandleFiles(OptionsParser.getSourcePathList(), in main()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/tool/
H A DClangChangeNamespace.cpp109 const auto &Files = OptionsParser.getSourcePathList(); in main()
/llvm-project-15.0.7/clang/tools/clang-check/
H A DClangCheck.cpp212 OptionsParser.getSourcePathList()); in main()
/llvm-project-15.0.7/clang/tools/clang-rename/
H A DClangRename.cpp165 auto Files = OP.getSourcePathList(); in main()
/llvm-project-15.0.7/clang/docs/
H A DLibTooling.rst76 // Use OptionsParser.getCompilations() and OptionsParser.getSourcePathList()
138 OptionsParser.getSourcePathList());
H A DLibASTMatchersTutorial.rst155 OptionsParser.getSourcePathList());
302 OptionsParser.getSourcePathList());
/llvm-project-15.0.7/clang-tools-extra/clang-move/tool/
H A DClangMove.cpp115 OptionsParser.getSourcePathList()); in main()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DExecutionTest.cpp111 return OptionsParser.getSourcePathList(); in getSourcePaths()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp506 auto PathList = OptionsParser->getSourcePathList(); in clangTidyMain()
/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DClangRefactor.cpp634 ClangTool Tool(Options.getCompilations(), Options.getSourcePathList()); in main()