Lines Matching refs:IsArrayForm
3207 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3230 bool IsArrayForm; member in __anon6c647f320f11::MismatchingNewDeleteDetector
3278 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3306 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3337 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3350 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3368 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3376 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3388 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3398 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
3402 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete()