Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp175 Pair.FirstCloneInfo.Variable->getNameAsString() + "' here?", in reportSuspiciousClones()
176 PathDiagnosticLocation::createBegin(Pair.FirstCloneInfo.Mention, SM, in reportSuspiciousClones()
178 R->addRange(Pair.FirstCloneInfo.Mention->getSourceRange()); in reportSuspiciousClones()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCloneDetection.cpp593 FirstMismatch->FirstCloneInfo = in countPatternDifferences()
616 if (!FirstMismatch->FirstCloneInfo.Suggestion) in countPatternDifferences()
617 std::swap(FirstMismatch->FirstCloneInfo, FirstMismatch->SecondCloneInfo); in countPatternDifferences()
620 assert(FirstMismatch->FirstCloneInfo.Suggestion); in countPatternDifferences()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCloneDetection.h398 SuspiciousCloneInfo FirstCloneInfo; member