Lines Matching refs:AddressTaken
4179 bool AddressTaken = false;4184 AddressTaken = true;4271 if (ParamType->isPointerType() && !AddressTaken)4273 else if (AddressTaken && ParamType->isReferenceType()) {4313 if (AddressTaken) {4332 } else if (!AddressTaken && ParamType->isPointerType()) {