Searched refs:TypeToCheck (Results 1 – 2 of 2) sorted by relevance
268 QualType TypeToCheck; in checkPreStmt() local273 TypeToCheck = VD->getType().getCanonicalType(); in checkPreStmt()275 TypeToCheck = TND->getUnderlyingType().getCanonicalType(); in checkPreStmt()279 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt()
60 auto Check = [&](QualType TypeToCheck, const ValueDecl *D) { in deepTypeCheckForDevice() argument62 if (isZeroSizedArray(*this, TypeToCheck)) { in deepTypeCheckForDevice()