Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCommonOptionsParser.h100 const std::vector<std::string> &getSourcePathList() const { in getSourcePathList() function
/freebsd/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp171 ClangTool T(OP.getCompilations(), OP.getSourcePathList(), PCHOpts); in main()