Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDDriver.h520 bool DiagnoseInputExistence(const llvm::opt::DerivedArgList &Args,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp2546 bool Driver::DiagnoseInputExistence(const DerivedArgList &Args, StringRef Value, in DiagnoseInputExistence() function in Driver
2784 if (DiagnoseInputExistence(Args, Value, Ty, /*TypoCorrect=*/true)) in BuildInputs()
2789 if (DiagnoseInputExistence(Args, Value, types::TY_C, in BuildInputs()
2797 if (DiagnoseInputExistence(Args, Value, types::TY_CXX, in BuildInputs()