Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DToolChain.h276 virtual bool hasBlocksRuntime() const { return true; } in hasBlocksRuntime() function
/external/clang/lib/Driver/
DToolChains.h435 bool hasBlocksRuntime() const override;
760 bool hasBlocksRuntime() const override;
DToolChains.cpp102 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime() function in Darwin
3589 bool XCore::hasBlocksRuntime() const { in hasBlocksRuntime() function in XCore
DTools.cpp3563 !getToolChain().hasBlocksRuntime()) in ConstructJob()