Lines Matching defs:isIndirect
6452 bool isIndirect) {
6458 if (isIndirect)
6469 const char *OpSpelling = isIndirect ? "->*" : ".*";
6495 if (isIndirect) {
6509 OpSpelling, (int)isIndirect)) {
6515 << (int)isIndirect << LHS.get()->getType();
6528 if (isIndirect)
6530 ExprValueKind VK = isIndirect ? VK_PRValue : LHS.get()->getValueKind();
6538 Diag(Loc, diag::err_pointer_to_member_type) << isIndirect;
6563 if (!isIndirect && !LHS.get()->Classify(Context).isLValue()) {
6577 if (isIndirect || !LHS.get()->Classify(Context).isRValue())
6594 } else if (isIndirect) {