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

/external/clang/lib/CodeGen/
H A DCGValue.h217 void setNonGC(bool Value) { NonGC = Value; } function in class:clang::CodeGen::LValue
H A DCGDecl.cpp1095 lv.setNonGC(true);
1102 lv.setNonGC(true);
H A DCGExpr.cpp1908 LV.setNonGC(true);
1947 LV.setNonGC(!E->isOBJCGCCandidate(getContext()));
2409 LV.setNonGC(!E->isOBJCGCCandidate(getContext()));
H A DCGExprAgg.cpp1209 LV.setNonGC(true);

Completed in 73 milliseconds