Home
last modified time | relevance | path

Searched defs:UseObjCMixedDispatch (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Driver/
DToolChain.h247 virtual bool UseObjCMixedDispatch() const { return false; } in UseObjCMixedDispatch() function
/external/clang/lib/Driver/
DToolChains.h346 bool UseObjCMixedDispatch() const override { return true; } in UseObjCMixedDispatch() function
536 bool UseObjCMixedDispatch() const override { in UseObjCMixedDispatch() function
DToolChains.cpp5013 bool WebAssembly::UseObjCMixedDispatch() const { return true; } in UseObjCMixedDispatch() function in WebAssembly