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

/external/clang/lib/CodeGen/
H A DCGValue.h210 bool isObjCIvar() const { return Ivar; } function in class:clang::CodeGen::LValue
H A DCGExpr.cpp1448 if (Dst.isObjCIvar()) {
1684 if (LV.isObjCIvar()) {
1718 if (LV.isObjCIvar() && !LV.isObjCArray())
1732 // only in the context of LV.isObjCIvar().

Completed in 87 milliseconds