Lines Matching defs:EndOfTU
3399 /// \param EndOfTU True, if this is the final analysis at the end of
3402 explicit MismatchingNewDeleteDetector(bool EndOfTU)
3403 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU),
3429 const bool EndOfTU;
3517 return EndOfTU;
3531 return EndOfTU ? NoMismatch : AnalyzeLater;
3553 return EndOfTU ? NoMismatch : AnalyzeLater;
3604 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false);
3623 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true);