Home
last modified time | relevance | path

Searched refs:isNonGC (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h278 bool isNonGC () const { return NonGC; } in isNonGC() function
H A DCGExpr.cpp2130 if (Dst.isObjCWeak() && !Dst.isNonGC()) { in EmitStoreThroughLValue()
2138 if (Dst.isObjCStrong() && !Dst.isNonGC()) { in EmitStoreThroughLValue()