Home
last modified time | relevance | path

Searched refs:UseObjCMixedDispatch (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DWebAssembly.h46 bool UseObjCMixedDispatch() const override;
H A DDarwin.h255 bool UseObjCMixedDispatch() const override { return true; } in UseObjCMixedDispatch() function
541 bool UseObjCMixedDispatch() const override { in UseObjCMixedDispatch() function
H A DWebAssembly.cpp202 bool WebAssembly::UseObjCMixedDispatch() const { return true; } in UseObjCMixedDispatch() function in WebAssembly
H A DClang.cpp3874 if (TC.UseObjCMixedDispatch()) in RenderObjCOptions()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h438 virtual bool UseObjCMixedDispatch() const { return false; } in UseObjCMixedDispatch() function