Lines Matching defs:isIndirect
3287 bool isIndirect) {
3293 if (isIndirect) {
3302 const char *OpSpelling = isIndirect ? "->*" : ".*";
3328 if (isIndirect) {
3342 << OpSpelling << (int)isIndirect)) {
3352 << (int)isIndirect << LHS.get()->getType();
3356 QualType UseType = isIndirect ? Context.getPointerType(Class) : Class;
3357 ExprValueKind VK = isIndirect ? VK_RValue : LHS.get()->getValueKind();
3368 Diag(Loc, diag::err_pointer_to_member_type) << isIndirect;
3393 if (!isIndirect && !LHS.get()->Classify(Context).isLValue())
3399 if (isIndirect || !LHS.get()->Classify(Context).isRValue())
3416 } else if (isIndirect) {