Home
last modified time | relevance | path

Searched refs:IsBlocksDefault (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h184 virtual bool IsBlocksDefault() const { return false; } in IsBlocksDefault() function
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DToolChains.h257 bool IsBlocksDefault() const override { in IsBlocksDefault() function
H A DTools.cpp3801 getToolChain().IsBlocksDefault()) || in ConstructJob()