Home
last modified time | relevance | path

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

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