Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp569 auto OtherOccurence = Other.Occurences[i]; in countPatternDifferences() local
570 if (ThisOccurence.KindID == OtherOccurence.KindID) in countPatternDifferences()
589 if (OtherOccurence.KindID < Variables.size()) in countPatternDifferences()
590 FirstSuggestion = Variables[OtherOccurence.KindID]; in countPatternDifferences()
608 Other.Variables[OtherOccurence.KindID], OtherOccurence.Mention, in countPatternDifferences()