Lines Matching refs:IsArrayForm
2602 : IsArrayForm(false), Field(nullptr), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
2624 bool IsArrayForm; member in __anonffd7a8a90211::MismatchingNewDeleteDetector
2673 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
2701 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
2732 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
2745 IsArrayForm = DeleteWasArrayForm; in analyzeField()
2763 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
2771 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
2783 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
2793 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
2797 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete()