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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp570 auto OtherOccurence = Other.Occurences[i]; local
571 if (ThisOccurence.KindID == OtherOccurence.KindID)
590 if (OtherOccurence.KindID < Variables.size())
591 FirstSuggestion = Variables[OtherOccurence.KindID];
609 Other.Variables[OtherOccurence.KindID], OtherOccurence.Mention,

Completed in 131 milliseconds