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.cpp567 auto ThisOccurence = Occurences[i]; in countPatternDifferences() local
569 if (ThisOccurence.KindID == OtherOccurence.KindID) in countPatternDifferences()
594 Variables[ThisOccurence.KindID], ThisOccurence.Mention, in countPatternDifferences()
601 if (ThisOccurence.KindID < Other.Variables.size()) in countPatternDifferences()
602 SecondSuggestion = Other.Variables[ThisOccurence.KindID]; in countPatternDifferences()