Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.h109 bool hasIntegratedCPP() const override { return true; } in hasIntegratedCPP() function
127 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
169 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
180 bool hasIntegratedCPP() const override { return true; } in hasIntegratedCPP() function
190 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
207 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
221 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
239 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
254 bool hasIntegratedCPP() const override;
311 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
[all …]
DDriver.cpp1792 ToolForJob->hasIntegratedCPP()) in selectToolForJob()
DTools.cpp6506 bool wasm::Linker::hasIntegratedCPP() const { in hasIntegratedCPP() function in wasm::Linker
/external/clang/include/clang/Driver/
DTool.h88 virtual bool hasIntegratedCPP() const = 0;