Searched refs:LastTy (Results 1 – 3 of 3) sorted by relevance
37 QualType LastTy; variable77 LastTy = QualType(); in clear()87 LastTy = T; in TypeWasModifiedSafely()103 assert(T == LastTy && "type doesn't match last type pushed!"); in getTypeSourceInfo()116 assert(T == LastTy && "type doesn't match last type pushed!"); in getTypeLocInContext()140 assert(LastTy == T && "type doesn't match last type pushed!"); in getTemporaryTypeLoc()
65 assert(TLast == LastTy && in pushImpl()67 LastTy = T; in pushImpl()
2436 Type *LastTy = nullptr; in writeConstants() local2440 if (V->getType() != LastTy) { in writeConstants()2441 LastTy = V->getType(); in writeConstants()2442 Record.push_back(VE.getTypeID(LastTy)); in writeConstants()