Home | History | Annotate | Download | only in Sema

Lines Matching refs:LastTy

38   QualType LastTy;
84 LastTy = QualType();
93 LastTy = T;
107 assert(T == LastTy && "type doesn't match last type pushed!");
120 assert(T == LastTy && "type doesn't match last type pushed!");
133 assert(TLast == LastTy &&
135 LastTy = T;
173 assert(LastTy.isNull() && "pushing full on non-empty TypeLocBuilder");
174 LastTy = T;
193 assert(LastTy == T && "type doesn't match last type pushed!");