Lines Matching refs:MismatchingNewDeleteDetector
2344 class MismatchingNewDeleteDetector { class
2361 explicit MismatchingNewDeleteDetector(bool EndOfTU) in MismatchingNewDeleteDetector() function in __anon1450dee00111::MismatchingNewDeleteDetector
2429 MismatchingNewDeleteDetector::MismatchResult
2430 MismatchingNewDeleteDetector::analyzeDeleteExpr(const CXXDeleteExpr *DE) { in analyzeDeleteExpr()
2445 MismatchingNewDeleteDetector::getNewExprFromInitListOrExpr(const Expr *E) { in getNewExprFromInitListOrExpr()
2456 bool MismatchingNewDeleteDetector::hasMatchingNewInCtorInit( in hasMatchingNewInCtorInit()
2469 bool MismatchingNewDeleteDetector::hasMatchingNewInCtor( in hasMatchingNewInCtor()
2485 MismatchingNewDeleteDetector::MismatchResult
2486 MismatchingNewDeleteDetector::analyzeInClassInitializer() { in analyzeInClassInitializer()
2500 MismatchingNewDeleteDetector::MismatchResult
2501 MismatchingNewDeleteDetector::analyzeField(FieldDecl *Field, in analyzeField()
2519 MismatchingNewDeleteDetector::MismatchResult
2520 MismatchingNewDeleteDetector::analyzeMemberExpr(const MemberExpr *ME) { in analyzeMemberExpr()
2527 bool MismatchingNewDeleteDetector::hasMatchingVarInit(const DeclRefExpr *D) { in hasMatchingVarInit()
2540 const MismatchingNewDeleteDetector &Detector) { in DiagnoseMismatchedNewDelete()
2563 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false); in AnalyzeDeleteExprMismatch()
2565 case MismatchingNewDeleteDetector::VarInitMismatches: in AnalyzeDeleteExprMismatch()
2566 case MismatchingNewDeleteDetector::MemberInitMismatches: { in AnalyzeDeleteExprMismatch()
2570 case MismatchingNewDeleteDetector::AnalyzeLater: { in AnalyzeDeleteExprMismatch()
2575 case MismatchingNewDeleteDetector::NoMismatch: in AnalyzeDeleteExprMismatch()
2582 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true); in AnalyzeDeleteExprMismatch()
2584 case MismatchingNewDeleteDetector::VarInitMismatches: in AnalyzeDeleteExprMismatch()
2586 case MismatchingNewDeleteDetector::AnalyzeLater: in AnalyzeDeleteExprMismatch()
2589 case MismatchingNewDeleteDetector::MemberInitMismatches: in AnalyzeDeleteExprMismatch()
2592 case MismatchingNewDeleteDetector::NoMismatch: in AnalyzeDeleteExprMismatch()