Searched refs:setNonGC (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h277 void setNonGC(bool Value) { NonGC = Value; } function in class:clang::CodeGen::LValue
H A DCGDecl.cpp1841 lv.setNonGC(true);
1848 lv.setNonGC(true);
H A DCGExpr.cpp2672 LV.setNonGC(true);
2721 LV.setNonGC(!E->isOBJCGCCandidate(getContext()));
3662 LV.setNonGC(!E->isOBJCGCCandidate(getContext()));
H A DCGExprAgg.cpp1580 LV.setNonGC(true);

Completed in 103 milliseconds