Home
last modified time | relevance | path

Searched defs:hasIntegratedCPP (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Driver/
DTools.h113 bool hasIntegratedCPP() const override { return true; } in hasIntegratedCPP() function
131 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
177 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
188 bool hasIntegratedCPP() const override { return true; } in hasIntegratedCPP() function
198 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
215 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
229 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
247 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
321 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
361 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
[all …]
DTools.cpp7058 bool wasm::Linker::hasIntegratedCPP() const { in hasIntegratedCPP() function in wasm::Linker