Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Driver/
H A DToolChain.h360 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/
DToolChain.h659 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/
DToolChain.h649 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/
DToolChain.h659 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/
DToolChain.h659 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function
/aosp_15_r20/external/clang/lib/Driver/
H A DToolChains.cpp91 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
4866 bool XCoreToolChain::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in XCoreToolChain
5026 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly