Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp57 TheDriver.setCheckInputsExist(false); in createInvocation()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp253 NewDriver->setCheckInputsExist(false); in stripPositionalArgs()
H A DTooling.cpp412 Driver->setCheckInputsExist(false); in run()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h433 void setCheckInputsExist(bool Value) { CheckInputsExist = Value; } in setCheckInputsExist() function
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp184 Driver.setCheckInputsExist(false); // the input comes from mem buffers in create()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp810 TheDriver.setCheckInputsExist(false); in getCompilationDatabase()