Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DToolChain.h299 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function
/external/clang/lib/Driver/
DToolChains.h440 bool hasBlocksRuntime() const override;
847 bool hasBlocksRuntime() const override;
DToolChains.cpp102 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
3646 bool XCore::hasBlocksRuntime() const { in hasBlocksRuntime() function in XCore
DTools.cpp3960 !getToolChain().hasBlocksRuntime()) in ConstructJob()