HomeSort by relevance Sort by last modified time
    Searched refs:hasBlocksRuntime (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Driver/
ToolChain.h 355 /// hasBlocksRuntime - Given that the user is compiling with
360 virtual bool hasBlocksRuntime() const { return true; }
  /external/clang/lib/Driver/
ToolChains.h 534 bool hasBlocksRuntime() const override;
    [all...]
ToolChains.cpp 91 bool Darwin::hasBlocksRuntime() const {
    [all...]
Tools.cpp     [all...]

Completed in 1310 milliseconds