Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp50 TheDriver.setCheckInputsExist(false); in createInvocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp259 NewDriver->setCheckInputsExist(false); in stripPositionalArgs()
H A DTooling.cpp414 Driver->setCheckInputsExist(false); in run()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h396 void setCheckInputsExist(bool Value) { CheckInputsExist = Value; } in setCheckInputsExist() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp167 Driver.setCheckInputsExist(false); // the input comes from mem buffers in create()