Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DJob.h217 const std::vector<InputInfo> &getInputInfos() const { return InputInfoList; } in getInputInfos() function
/llvm-project-15.0.7/clang/unittests/Driver/
H A DToolChainTest.cpp329 const auto &InFile = CmdCompile->getInputInfos().front().getFilename(); in TEST()
335 const auto LinkInFile = CmdLink->getInputInfos().front().getFilename(); in TEST()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp146 if (IsCC1Command(Job) && llvm::all_of(Job.getInputInfos(), IsSrcFile)) in getCC1Arguments()