Lines Matching refs:MismatchingNewDeleteDetector

2584 class MismatchingNewDeleteDetector {  class
2601 explicit MismatchingNewDeleteDetector(bool EndOfTU) in MismatchingNewDeleteDetector() function in __anonffd7a8a90211::MismatchingNewDeleteDetector
2669 MismatchingNewDeleteDetector::MismatchResult
2670 MismatchingNewDeleteDetector::analyzeDeleteExpr(const CXXDeleteExpr *DE) { in analyzeDeleteExpr()
2685 MismatchingNewDeleteDetector::getNewExprFromInitListOrExpr(const Expr *E) { in getNewExprFromInitListOrExpr()
2696 bool MismatchingNewDeleteDetector::hasMatchingNewInCtorInit( in hasMatchingNewInCtorInit()
2709 bool MismatchingNewDeleteDetector::hasMatchingNewInCtor( in hasMatchingNewInCtor()
2725 MismatchingNewDeleteDetector::MismatchResult
2726 MismatchingNewDeleteDetector::analyzeInClassInitializer() { in analyzeInClassInitializer()
2740 MismatchingNewDeleteDetector::MismatchResult
2741 MismatchingNewDeleteDetector::analyzeField(FieldDecl *Field, in analyzeField()
2759 MismatchingNewDeleteDetector::MismatchResult
2760 MismatchingNewDeleteDetector::analyzeMemberExpr(const MemberExpr *ME) { in analyzeMemberExpr()
2767 bool MismatchingNewDeleteDetector::hasMatchingVarInit(const DeclRefExpr *D) { in hasMatchingVarInit()
2780 const MismatchingNewDeleteDetector &Detector) { in DiagnoseMismatchedNewDelete()
2803 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false); in AnalyzeDeleteExprMismatch()
2805 case MismatchingNewDeleteDetector::VarInitMismatches: in AnalyzeDeleteExprMismatch()
2806 case MismatchingNewDeleteDetector::MemberInitMismatches: { in AnalyzeDeleteExprMismatch()
2810 case MismatchingNewDeleteDetector::AnalyzeLater: { in AnalyzeDeleteExprMismatch()
2815 case MismatchingNewDeleteDetector::NoMismatch: in AnalyzeDeleteExprMismatch()
2822 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true); in AnalyzeDeleteExprMismatch()
2824 case MismatchingNewDeleteDetector::VarInitMismatches: in AnalyzeDeleteExprMismatch()
2826 case MismatchingNewDeleteDetector::AnalyzeLater: in AnalyzeDeleteExprMismatch()
2829 case MismatchingNewDeleteDetector::MemberInitMismatches: in AnalyzeDeleteExprMismatch()
2832 case MismatchingNewDeleteDetector::NoMismatch: in AnalyzeDeleteExprMismatch()