HomeSort by: relevance | last modified time | path
    Searched defs:hasBlocksRuntime (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
VEToolchain.cpp 62 bool VEToolChain::hasBlocksRuntime() const { return false; }
XCore.cpp 111 bool XCoreToolChain::hasBlocksRuntime() const { return false; }
WebAssembly.cpp 210 bool WebAssembly::hasBlocksRuntime() const { return false; }
Darwin.cpp 846 bool Darwin::hasBlocksRuntime() const {
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 572 /// hasBlocksRuntime - Given that the user is compiling with
577 virtual bool hasBlocksRuntime() const { return true; }

Completed in 25 milliseconds