Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h211 const std::vector<InputInfo> &getInputInfos() const { return InputInfoList; } in getInputInfos() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp146 if (IsCC1Command(Job) && llvm::all_of(Job.getInputInfos(), IsSrcFile)) in getCC1Arguments()