Home | History | Annotate | Download | only in AST

Lines Matching defs:Adjusted

2268 /// Represents a type which was implicitly adjusted by the semantic
2270 /// decay, and function types can have their calling conventions adjusted.
2302 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
5657 /// 8.5.3), the type is adjusted to "T" prior to any further
6122 QualType Adjusted = getAdjustedType();
6123 (void)AttributedType::stripOuterNullability(Adjusted);
6124 assert(isa<PointerType>(Adjusted));