Home
last modified time | relevance | path

Searched refs:hasIntegratedCPP (Results 1 – 4 of 4) 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
262 bool hasIntegratedCPP() const override;
321 bool hasIntegratedCPP() const override { return false; } in hasIntegratedCPP() function
[all …]
DDriver.cpp1970 ToolForJob->hasIntegratedCPP()) in selectToolForJob()
DTools.cpp7058 bool wasm::Linker::hasIntegratedCPP() const { in hasIntegratedCPP() function in wasm::Linker
/external/clang/include/clang/Driver/
DTool.h88 virtual bool hasIntegratedCPP() const = 0;