Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCreateInvocationFromCommandLine.cpp50 TheDriver.setCheckInputsExist(false); in createInvocation()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
HDCompilationDatabase.cpp259 NewDriver->setCheckInputsExist(false); in stripPositionalArgs()
HDTooling.cpp414 Driver->setCheckInputsExist(false); in run()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDDriver.h407 void setCheckInputsExist(bool Value) { CheckInputsExist = Value; } in setCheckInputsExist() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Interpreter/
HDInterpreter.cpp173 Driver.setCheckInputsExist(false); // the input comes from mem buffers in create()