Home
last modified time | relevance | path

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

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