Lines Matching refs:IsArrayForm
3138 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3161 bool IsArrayForm; member in __anoncc8566770f11::MismatchingNewDeleteDetector
3209 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3237 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3268 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3281 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3299 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3307 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3319 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3329 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
3333 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete()