Searched refs:TypeToCheck (Results 1 – 2 of 2) sorted by relevance
259 QualType TypeToCheck; in checkPreStmt() local264 TypeToCheck = VD->getType().getCanonicalType(); in checkPreStmt()266 TypeToCheck = TND->getUnderlyingType().getCanonicalType(); in checkPreStmt()270 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt()
67 auto Check = [&](QualType TypeToCheck, const ValueDecl *D) { in deepTypeCheckForSYCLDevice() argument69 if (isZeroSizedArray(*this, TypeToCheck)) { in deepTypeCheckForSYCLDevice()