Lines Matching refs:MatchResult
30 using MatchResult = MatchFinder::MatchResult; typedef
35 translateEdits(const MatchResult &Result, ArrayRef<ASTEdit> ASTEdits) { in translateEdits()
79 return [Edits = std::move(Edits)](const MatchResult &Result) { in editList()
85 return [Edit = std::move(Edit)](const MatchResult &Result) { in edit()
91 return [Anchor = std::move(Anchor)](const MatchResult &Result) in noopEdit()
114 const MatchResult &Result) -> llvm::Expected<SmallVector<Edit, 1>> { in flattenVector()
147 llvm::Error eval(const ast_matchers::MatchFinder::MatchResult &, in eval() argument
279 void run(const MatchFinder::MatchResult &Result) override { in run()
301 const MatchResult &Result) { in rewriteDescendantsImpl()
311 const MatchResult &Result) { in rewriteDescendants()
317 const MatchResult &Result) { in rewriteDescendants()
323 const MatchResult &Result) { in rewriteDescendants()
330 const MatchResult &Result) { in rewriteDescendants()
347 Rule = std::move(Rule)](const MatchResult &Result) in rewriteDescendants()
448 SourceLocation transformer::detail::getRuleMatchLoc(const MatchResult &Result) { in getRuleMatchLoc()
465 size_t transformer::detail::findSelectedCase(const MatchResult &Result, in findSelectedCase()