Home
last modified time | relevance | path

Searched refs:hasBlocksRuntime (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Driver/
DToolChain.h234 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function
/external/clang/lib/Driver/
DToolChains.h262 virtual bool hasBlocksRuntime() const;
DToolChains.cpp92 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
DTools.cpp2771 !getToolChain().hasBlocksRuntime()) in ConstructJob()