Lines Matching defs:EndOfTU
3383 /// \param EndOfTU True, if this is the final analysis at the end of
3386 explicit MismatchingNewDeleteDetector(bool EndOfTU)
3387 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU),
3413 const bool EndOfTU;
3501 return EndOfTU;
3515 return EndOfTU ? NoMismatch : AnalyzeLater;
3537 return EndOfTU ? NoMismatch : AnalyzeLater;
3588 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false);
3607 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true);