Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp52 TheDriver.setCheckInputsExist(false); in createInvocationFromCommandLine()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h301 void setCheckInputsExist(bool Value) { CheckInputsExist = Value; } in setCheckInputsExist() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DCompilationDatabase.cpp277 NewDriver->setCheckInputsExist(false); in stripPositionalArgs()
H A DTooling.cpp311 Driver->setCheckInputsExist(false); in run()