Lines Matching refs:IsArrayForm
3270 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3293 bool IsArrayForm; member in __anon07929ab70f11::MismatchingNewDeleteDetector
3341 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3369 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3400 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3413 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3431 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3439 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3451 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3461 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
3465 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete()