Searched refs:LastTy (Results 1 – 4 of 4) sorted by relevance
38 QualType LastTy; variable80 LastTy = QualType(); in clear()90 LastTy = T; in TypeWasModifiedSafely()106 assert(T == LastTy && "type doesn't match last type pushed!"); in getTypeSourceInfo()119 assert(T == LastTy && "type doesn't match last type pushed!"); in getTypeLocInContext()143 assert(LastTy == T && "type doesn't match last type pushed!"); in getTemporaryTypeLoc()
66 assert(TLast == LastTy && in pushImpl()68 LastTy = T; in pushImpl()
1938 Type *LastTy = 0; in ConstantFoldGetElementPtrImpl() local1941 LastTy = *I; in ConstantFoldGetElementPtrImpl()1943 if ((LastTy && isa<SequentialType>(LastTy)) || Idx0->isNullValue()) { in ConstantFoldGetElementPtrImpl()
937 Type *LastTy = 0; in WriteConstants() local941 if (V->getType() != LastTy) { in WriteConstants()942 LastTy = V->getType(); in WriteConstants()943 Record.push_back(VE.getTypeID(LastTy)); in WriteConstants()