Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringTest.cpp107 llvm::Optional<Replacement> ExpectedExisting, in checkReplacementError() argument
119 if (ExpectedExisting != RE.getExistingReplacement()) { in checkReplacementError()
121 if (ExpectedExisting) in checkReplacementError()
122 OS << "Expected existing replacement: " << ExpectedExisting->toString() in checkReplacementError()