Searched refs:Detector (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp37 mutable CloneDetector Detector; member in class:__anon2197::CloneChecker
63 Detector.analyzeCodeBody(D);
77 Detector.findClones(
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3297 const MismatchingNewDeleteDetector &Detector) {
3300 if (!Detector.IsArrayForm)
3310 << Detector.IsArrayForm << H;
3312 for (const auto *NE : Detector.NewExprs)
3314 << Detector.IsArrayForm;
3320 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false);
3321 switch (Detector.analyzeDeleteExpr(DE)) {
3324 DiagnoseMismatchedNewDelete(*this, DE->getBeginLoc(), Detector);
3328 DeleteExprs[Detector.Field].push_back(
3339 MismatchingNewDeleteDetector Detector(/*EndOfT
[all...]

Completed in 114 milliseconds