Lines Matching defs:isIndirect
6304 bool isIndirect) {
6310 if (isIndirect)
6321 const char *OpSpelling = isIndirect ? "->*" : ".*";
6347 if (isIndirect) {
6361 OpSpelling, (int)isIndirect)) {
6367 << (int)isIndirect << LHS.get()->getType();
6380 if (isIndirect)
6382 ExprValueKind VK = isIndirect ? VK_PRValue : LHS.get()->getValueKind();
6390 Diag(Loc, diag::err_pointer_to_member_type) << isIndirect;
6415 if (!isIndirect && !LHS.get()->Classify(Context).isLValue()) {
6429 if (isIndirect || !LHS.get()->Classify(Context).isRValue())
6446 } else if (isIndirect) {