Searched refs:LastTy (Results 1 – 5 of 5) 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()
2093 Type *LastTy = nullptr; in ConstantFoldGetElementPtrImpl() local2096 LastTy = *I; in ConstantFoldGetElementPtrImpl()2119 else if (SequentialType *STy = dyn_cast_or_null<SequentialType>(LastTy)) in ConstantFoldGetElementPtrImpl()
2014 Type *LastTy = nullptr; in writeConstants() local2018 if (V->getType() != LastTy) { in writeConstants()2019 LastTy = V->getType(); in writeConstants()2020 Record.push_back(VE.getTypeID(LastTy)); in writeConstants()
2240 Type *LastTy = nullptr; in writeConstants() local2244 if (V->getType() != LastTy) { in writeConstants()2245 LastTy = V->getType(); in writeConstants()2246 Record.push_back(VE.getTypeID(LastTy)); in writeConstants()