Home
last modified time | relevance | path

Searched refs:setCheckInputsExist (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp52 TheDriver.setCheckInputsExist(false); in createInvocationFromCommandLine()
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp162 Driver.setCheckInputsExist(false); // the input comes from mem buffers in create()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp258 NewDriver->setCheckInputsExist(false); in stripPositionalArgs()
H A DTooling.cpp368 Driver->setCheckInputsExist(false); in run()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h333 void setCheckInputsExist(bool Value) { CheckInputsExist = Value; } in setCheckInputsExist() function