Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.h217 bool IsBlocksDefault() const override { in IsBlocksDefault() function
H A DClang.cpp5956 TC.IsBlocksDefault()) || in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h374 virtual bool IsBlocksDefault() const { return false; } in IsBlocksDefault() function