Home
last modified time | relevance | path

Searched refs:MinGroupSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h303 unsigned MinGroupSize; variable
306 MinGroupSizeConstraint(unsigned MinGroupSize = 2)
307 : MinGroupSize(MinGroupSize) {} in MinGroupSize() function
312 return A.size() < MinGroupSize; in constrain()