Lines Matching defs:Result
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()
114 const MatchResult &Result) -> llvm::Expected<SmallVector<Edit, 1>> { in flattenVector()
224 ast_matchers::internal::BoundNodesTreeBuilder Result(*Builder); in matches() local
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()
348 -> llvm::Expected<SmallVector<clang::transformer::Edit, 1>> { in rewriteDescendants()
448 SourceLocation transformer::detail::getRuleMatchLoc(const MatchResult &Result) { in getRuleMatchLoc()
465 size_t transformer::detail::findSelectedCase(const MatchResult &Result, in findSelectedCase()