Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp50 TheDriver.setCheckInputsExist(false); in createInvocation()
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DInterpreter.cpp160 Driver.setCheckInputsExist(false); // the input comes from mem buffers in create()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DCompilationDatabase.cpp258 NewDriver->setCheckInputsExist(false); in stripPositionalArgs()
H A DTooling.cpp383 Driver->setCheckInputsExist(false); in run()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h381 void setCheckInputsExist(bool Value) { CheckInputsExist = Value; } in setCheckInputsExist() function