Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp568 auto ThisOccurence = Occurences[i]; in countPatternDifferences() local
570 if (ThisOccurence.KindID == OtherOccurence.KindID) in countPatternDifferences()
595 Variables[ThisOccurence.KindID], ThisOccurence.Mention, in countPatternDifferences()
602 if (ThisOccurence.KindID < Other.Variables.size()) in countPatternDifferences()
603 SecondSuggestion = Other.Variables[ThisOccurence.KindID]; in countPatternDifferences()