Home | History | Annotate | Download | only in AST

Lines Matching refs:AdjustedType

1651     return getTypeInfo(cast<AdjustedType>(T)->getAdjustedType().getTypePtr());
2171 AdjustedType::Profile(ID, Orig, New);
2173 AdjustedType *AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos);
2184 AdjustedType(Type::Adjusted, Orig, New, Canonical);
2211 AdjustedType::Profile(ID, T, Decayed);
2213 AdjustedType *AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos);