Lines Matching refs:IsArrayForm
3340 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3363 bool IsArrayForm; member in __anonf8dedf7e0f11::MismatchingNewDeleteDetector
3411 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3439 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3470 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3483 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3501 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3509 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3521 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3531 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
3535 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete()