Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ !
H A DCloneChecker.cpp168 Pair.FirstCloneInfo.Variable->getNameAsString() + "' here?", in reportSuspiciousClones()
169 PathDiagnosticLocation::createBegin(Pair.FirstCloneInfo.Mention, SM, in reportSuspiciousClones()
171 R->addRange(Pair.FirstCloneInfo.Mention->getSourceRange()); in reportSuspiciousClones()
/src/contrib/llvm-project/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()
/src/contrib/llvm-project/clang/include/clang/Analysis/ !
H A DCloneDetection.h398 SuspiciousCloneInfo FirstCloneInfo; member