Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h99 if (holdsSequence()) in size()
119 bool holdsSequence() const { return EndIndex != 0; } in holdsSequence() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp60 if (!holdsSequence()) { in begin()
68 if (!holdsSequence()) { in end()
446 if (Seq.holdsSequence()) { in calculateStmtComplexity()