Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DCommonOptionsParser.h95 const std::vector<std::string> &getSourcePathList() const { in getSourcePathList() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp131 OptionsParser.getSourcePathList()); in main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp205 OptionsParser.getSourcePathList()); in main()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibTooling.rst76 // Use OptionsParser.getCompilations() and OptionsParser.getSourcePathList()
138 OptionsParser.getSourcePathList());
H A DLibASTMatchersTutorial.rst152 OptionsParser.getSourcePathList());
299 OptionsParser.getSourcePathList());
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-rename/
H A DClangRename.cpp165 auto Files = OP.getSourcePathList(); in main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp634 ClangTool Tool(Options.getCompilations(), Options.getSourcePathList()); in main()