Searched refs:getSourcePathList (Results 1 – 10 of 10) 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
171 ClangTool T(OP.getCompilations(), OP.getSourcePathList(), PCHOpts); in main()
216 return HandleFiles(OptionsParser.getSourcePathList(), in main()
165 auto Files = OP.getSourcePathList(); in main()
212 OptionsParser.getSourcePathList()); in main()
76 // Use OptionsParser.getCompilations() and OptionsParser.getSourcePathList()138 OptionsParser.getSourcePathList());
155 OptionsParser.getSourcePathList());302 OptionsParser.getSourcePathList());
636 ClangTool Tool(Options.getCompilations(), Options.getSourcePathList()); in main()