Searched refs:hasBlocksRuntime (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DVEToolchain.h33 bool hasBlocksRuntime() const override;
H A DXCore.h64 bool hasBlocksRuntime() const override;
H A DWebAssembly.h51 bool hasBlocksRuntime() const override;
H A DXCore.cpp113 bool XCoreToolChain::hasBlocksRuntime() const { return false; } function in class:XCoreToolChain
H A DVEToolchain.cpp75 bool VEToolChain::hasBlocksRuntime() const { return false; } function in class:VEToolChain
H A DDarwin.h534 bool hasBlocksRuntime() const override;
H A DWebAssembly.cpp214 bool WebAssembly::hasBlocksRuntime() const { return false; } function in class:WebAssembly
H A DDarwin.cpp927 bool Darwin::hasBlocksRuntime() const { function in class:Darwin
H A DClang.cpp6547 if (!Args.hasArg(options::OPT_fgnu_runtime) && !TC.hasBlocksRuntime())
/openbsd-current/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h620 /// hasBlocksRuntime - Given that the user is compiling with
625 virtual bool hasBlocksRuntime() const { return true; } function in class:clang::driver::ToolChain

Completed in 147 milliseconds