Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DStandaloneExecution.cpp47 Tool(OptionsParser->getCompilations(), OptionsParser->getSourcePathList(), in StandaloneToolExecutor()
77 if (OptionsParser.getSourcePathList().empty()) in create()
H A DAllTUsExecution.cpp169 if (OptionsParser.getSourcePathList().empty()) in create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DCommonOptionsParser.h108 const std::vector<std::string> &getSourcePathList() const { in getSourcePathList() function