Searched refs:getSourcePathList (Results 1 – 9 of 9) sorted by relevance
46 Tool(OptionsParser->getCompilations(), OptionsParser->getSourcePathList(), in StandaloneToolExecutor()76 if (OptionsParser.getSourcePathList().empty()) in create()
162 if (OptionsParser.getSourcePathList().empty()) in create()
95 const std::vector<std::string> &getSourcePathList() const { in getSourcePathList() function
131 OptionsParser.getSourcePathList()); in main()
205 OptionsParser.getSourcePathList()); in main()
76 // Use OptionsParser.getCompilations() and OptionsParser.getSourcePathList()138 OptionsParser.getSourcePathList());
152 OptionsParser.getSourcePathList());299 OptionsParser.getSourcePathList());
165 auto Files = OP.getSourcePathList(); in main()
634 ClangTool Tool(Options.getCompilations(), Options.getSourcePathList()); in main()