Searched refs:LastTy (Results 1 – 5 of 5) sorted by relevance
37 QualType LastTy; variable82 LastTy = QualType(); in clear()93 LastTy = T; in TypeWasModifiedSafely()109 assert(T == LastTy && "type doesn't match last type pushed!"); in getTypeSourceInfo()122 assert(T == LastTy && "type doesn't match last type pushed!"); in getTypeLocInContext()146 assert(LastTy == T && "type doesn't match last type pushed!"); in getTemporaryTypeLoc()
88 assert(TLast == LastTy && in pushImpl()90 LastTy = T; in pushImpl()
1058 Type *Ty = FTy.getReturnType(), *LastTy = Ty; in isValidProtoForLibFunc() local1076 if (Ty != LastTy) in isValidProtoForLibFunc()1081 LastTy = Ty; in isValidProtoForLibFunc()
1961 Type *LastTy = nullptr; in writeConstants() local1965 if (V->getType() != LastTy) { in writeConstants()1966 LastTy = V->getType(); in writeConstants()1967 Record.push_back(getTypeID(LastTy, V)); in writeConstants()
2526 Type *LastTy = nullptr; in writeConstants() local2530 if (V->getType() != LastTy) { in writeConstants()2531 LastTy = V->getType(); in writeConstants()2532 Record.push_back(VE.getTypeID(LastTy)); in writeConstants()