Home
last modified time | relevance | path

Searched defs:IsBlocksDefault (Results 1 – 2 of 2) sorted by relevance

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