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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h270 bool isNonGC () const { return NonGC; } function in class:clang::CodeGen::LValue
H A DCGExpr.cpp1620 if (Dst.isObjCWeak() && !Dst.isNonGC()) {
1628 if (Dst.isObjCStrong() && !Dst.isNonGC()) {

Completed in 93 milliseconds