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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp149 if (PatternA.countPatternDifferences(PatternB, &ClonePair) == 1) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCloneDetection.h434 unsigned countPatternDifferences(
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp471 return PatternA.countPatternDifferences(PatternB) == 0;
562 unsigned VariablePattern::countPatternDifferences( function in class:VariablePattern

Completed in 193 milliseconds