Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp263 bool WebAssembly::hasBlocksRuntime() const { return false; } in hasBlocksRuntime() function in WebAssembly
H A DDarwin.cpp972 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h663 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function