Searched defs:hasBlocksRuntime (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DXCore.cpp112 bool XCoreToolChain::hasBlocksRuntime() const { return false; } function in class:XCoreToolChain
H A DVEToolchain.cpp78 bool VEToolChain::hasBlocksRuntime() const { return false; } function in class:VEToolChain
H A DWebAssembly.cpp261 bool WebAssembly::hasBlocksRuntime() const { return false; } function in class:WebAssembly
H A DDarwin.cpp975 bool Darwin::hasBlocksRuntime() const { function in class:Darwin
/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h649 virtual bool hasBlocksRuntime() const { return true; } function in class:clang::driver::ToolChain

Completed in 216 milliseconds