Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp47 TheDriver.setCheckInputsExist(false); in createInvocationFromCommandLine()
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp150 TheDriver.setCheckInputsExist(false); in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp162 Driver.setCheckInputsExist(false); // the input comes from mem buffers in create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h333 void setCheckInputsExist(bool Value) { CheckInputsExist = Value; } in setCheckInputsExist() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DCompilationDatabase.cpp258 NewDriver->setCheckInputsExist(false); in stripPositionalArgs()
H A DTooling.cpp349 Driver->setCheckInputsExist(false); in run()