Home | History | Annotate | Download | only in AST

Lines Matching refs:AdjustedType

1747     return getTypeInfo(cast<AdjustedType>(T)->getAdjustedType().getTypePtr());
2364 AdjustedType::Profile(ID, Orig, New);
2366 AdjustedType *AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos);
2377 AdjustedType(Type::Adjusted, Orig, New, Canonical);
2404 AdjustedType::Profile(ID, T, Decayed);
2406 AdjustedType *AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos);