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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp569 auto ThisOccurence = Occurences[i]; local
571 if (ThisOccurence.KindID == OtherOccurence.KindID)
596 Variables[ThisOccurence.KindID], ThisOccurence.Mention,
603 if (ThisOccurence.KindID < Other.Variables.size())
604 SecondSuggestion = Other.Variables[ThisOccurence.KindID];

Completed in 204 milliseconds