Home | History | Annotate | Download | only in Sema

Lines Matching refs:AddrType

529   QualType AddrType = ValType.getUnqualifiedType().withVolatile();
531 AddrType.addConst();
535 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) {
539 << Context.getPointerType(AddrType)
544 AddrType = Context.getPointerType(AddrType);
545 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded);