Lines Matching refs:MismatchingNewDeleteDetector

3322 class MismatchingNewDeleteDetector {  class
3339 explicit MismatchingNewDeleteDetector(bool EndOfTU) in MismatchingNewDeleteDetector() function in __anon52fcb8830f11::MismatchingNewDeleteDetector
3407 MismatchingNewDeleteDetector::MismatchResult
3408 MismatchingNewDeleteDetector::analyzeDeleteExpr(const CXXDeleteExpr *DE) { in analyzeDeleteExpr()
3423 MismatchingNewDeleteDetector::getNewExprFromInitListOrExpr(const Expr *E) { in getNewExprFromInitListOrExpr()
3434 bool MismatchingNewDeleteDetector::hasMatchingNewInCtorInit( in hasMatchingNewInCtorInit()
3447 bool MismatchingNewDeleteDetector::hasMatchingNewInCtor( in hasMatchingNewInCtor()
3463 MismatchingNewDeleteDetector::MismatchResult
3464 MismatchingNewDeleteDetector::analyzeInClassInitializer() { in analyzeInClassInitializer()
3478 MismatchingNewDeleteDetector::MismatchResult
3479 MismatchingNewDeleteDetector::analyzeField(FieldDecl *Field, in analyzeField()
3497 MismatchingNewDeleteDetector::MismatchResult
3498 MismatchingNewDeleteDetector::analyzeMemberExpr(const MemberExpr *ME) { in analyzeMemberExpr()
3505 bool MismatchingNewDeleteDetector::hasMatchingVarInit(const DeclRefExpr *D) { in hasMatchingVarInit()
3518 const MismatchingNewDeleteDetector &Detector) { in DiagnoseMismatchedNewDelete()
3541 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false); in AnalyzeDeleteExprMismatch()
3543 case MismatchingNewDeleteDetector::VarInitMismatches: in AnalyzeDeleteExprMismatch()
3544 case MismatchingNewDeleteDetector::MemberInitMismatches: { in AnalyzeDeleteExprMismatch()
3548 case MismatchingNewDeleteDetector::AnalyzeLater: { in AnalyzeDeleteExprMismatch()
3553 case MismatchingNewDeleteDetector::NoMismatch: in AnalyzeDeleteExprMismatch()
3560 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true); in AnalyzeDeleteExprMismatch()
3562 case MismatchingNewDeleteDetector::VarInitMismatches: in AnalyzeDeleteExprMismatch()
3564 case MismatchingNewDeleteDetector::AnalyzeLater: in AnalyzeDeleteExprMismatch()
3567 case MismatchingNewDeleteDetector::MemberInitMismatches: in AnalyzeDeleteExprMismatch()
3570 case MismatchingNewDeleteDetector::NoMismatch: in AnalyzeDeleteExprMismatch()