Home | History | Annotate | Download | only in Sema

Lines Matching defs:AddressTaken

3619   bool AddressTaken = false;
3624 AddressTaken = true;
3711 if (ParamType->isPointerType() && !AddressTaken)
3713 else if (AddressTaken && ParamType->isReferenceType()) {
3754 if (AddressTaken) {
3773 } else if (!AddressTaken && ParamType->isPointerType()) {