Home | History | Annotate | Download | only in AST

Lines Matching defs:transformed

1042   // Transform the type. If it changed, return the transformed result.
1043 QualType transformed = f(type);
1044 if (transformed.getAsOpaquePtr() != type.getAsOpaquePtr())
1045 return transformed;
1056 // Reconstruct the transformed type by applying the local qualifiers