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

/external/clang/lib/CodeGen/
H A DCGValue.h264 bool isObjCIvar() const { return Ivar; } function in class:clang::CodeGen::LValue
H A DCGExpr.cpp1657 if (Dst.isObjCIvar()) {
1888 if (LV.isObjCIvar()) {
1922 if (LV.isObjCIvar() && !LV.isObjCArray())
1936 // only in the context of LV.isObjCIvar().
/external/clang/include/clang/Sema/
H A DDeclSpec.h2216 bool isObjCIvar() const { return ObjCIvar; } function in namespace:clang
/external/clang/lib/Sema/
H A DSemaType.cpp3640 if (state.getDeclarator().isObjCIvar() && !isFunctionOrMethod) {

Completed in 169 milliseconds