Searched refs:LastTy (Results 1 – 3 of 3) sorted by relevance
38 QualType LastTy; variable84 LastTy = QualType(); in clear()93 LastTy = T; in TypeWasModifiedSafely()107 assert(T == LastTy && "type doesn't match last type pushed!"); in getTypeSourceInfo()120 assert(T == LastTy && "type doesn't match last type pushed!"); in getTypeLocInContext()133 assert(TLast == LastTy && in pushImpl()135 LastTy = T; in pushImpl()173 assert(LastTy.isNull() && "pushing full on non-empty TypeLocBuilder"); in pushFullUninitializedImpl()174 LastTy = T; in pushFullUninitializedImpl()193 assert(LastTy == T && "type doesn't match last type pushed!"); in getTemporaryTypeLoc()
1937 Type *LastTy = 0; in ConstantFoldGetElementPtrImpl() local1940 LastTy = *I; in ConstantFoldGetElementPtrImpl()1942 if ((LastTy && isa<SequentialType>(LastTy)) || Idx0->isNullValue()) { in ConstantFoldGetElementPtrImpl()
854 Type *LastTy = 0; in WriteConstants() local858 if (V->getType() != LastTy) { in WriteConstants()859 LastTy = V->getType(); in WriteConstants()860 Record.push_back(VE.getTypeID(LastTy)); in WriteConstants()