reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
57 const CanQualType FromQTy = S.Context.getCanonicalType(FromTy); 58 const CanQualType ToQTy = S.Context.getCanonicalType(ToTy); 60 const SourceLocation End = S.getLocForEndOfToken(FullExpr->getSourceRange() 97 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy, 98 S, Begin, VK_LValue); 102 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) 135 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy, 136 S, Begin, VK_RValue);