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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp75 std::vector<CloneDetector::CloneGroup> AllCloneGroups; local
78 AllCloneGroups, FilenamePatternConstraint(IgnoredFilesPattern),
83 reportSuspiciousClones(BR, Mgr, AllCloneGroups);
92 CloneDetector::constrainClones(AllCloneGroups,
96 reportClones(BR, Mgr, AllCloneGroups);

Completed in 136 milliseconds