Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DDarwin.h236 bool UseObjCMixedDispatch() const override { return true; } in UseObjCMixedDispatch() function
489 bool UseObjCMixedDispatch() const override { in UseObjCMixedDispatch() function
DWebAssembly.cpp190 bool WebAssembly::UseObjCMixedDispatch() const { return true; } in UseObjCMixedDispatch() function in WebAssembly
/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
/external/llvm-project/clang/include/clang/Driver/
DToolChain.h386 virtual bool UseObjCMixedDispatch() const { return false; } in UseObjCMixedDispatch() function