Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.h236 bool UseObjCMixedDispatch() const override { return true; } in UseObjCMixedDispatch() function
489 bool UseObjCMixedDispatch() const override { in UseObjCMixedDispatch() function
H A DWebAssembly.cpp200 bool WebAssembly::UseObjCMixedDispatch() const { return true; } in UseObjCMixedDispatch() function in WebAssembly
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h396 virtual bool UseObjCMixedDispatch() const { return false; } in UseObjCMixedDispatch() function