Lines Matching refs:IsArrayForm
3387 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3410 bool IsArrayForm; member in __anon88ca3d871111::MismatchingNewDeleteDetector
3458 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3486 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3517 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3530 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3548 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3556 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3568 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3578 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
3582 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete()