Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGValue.h217 bool isNonGC () const { return NonGC; } in isNonGC() function
HDCGExpr.cpp1524 if (Dst.isObjCWeak() && !Dst.isNonGC()) { in EmitStoreThroughLValue()
1532 if (Dst.isObjCStrong() && !Dst.isNonGC()) { in EmitStoreThroughLValue()