Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
DToolChain.h230 virtual bool SupportsObjCGC() const { return true; } in SupportsObjCGC() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
DToolChains.cpp913 bool Darwin::SupportsObjCGC() const { in SupportsObjCGC() function in Darwin