Searched refs:ASTSelection (Results 1 – 3 of 3) sorted by relevance
343 const SelectedASTNode &ASTSelection, in findDeepestWithKind() argument347 if (ASTSelection.Node.get<DeclStmt>()) { in findDeepestWithKind()350 for (const auto &Child : ASTSelection.Children) { in findDeepestWithKind()358 if (!hasAnyDirectChildrenWithKind(ASTSelection, Kind)) { in findDeepestWithKind()361 std::cref(ASTSelection), {ParentStack.begin(), ParentStack.end()}}); in findDeepestWithKind()366 ParentStack.push_back(std::cref(ASTSelection)); in findDeepestWithKind()367 for (const auto &Child : ASTSelection.Children) in findDeepestWithKind()373 const SelectedASTNode &ASTSelection, in findDeepestWithKind() argument377 findDeepestWithKind(ASTSelection, MatchingNodes, Kind, ParentStack); in findDeepestWithKind()382 const SelectedASTNode &ASTSelection) { in create() argument[all …]
34 Expected<SelectedASTNode> ASTSelection = in evaluate() local36 if (!ASTSelection) in evaluate()37 return ASTSelection.takeError(); in evaluate()39 llvm::make_unique<SelectedASTNode>(std::move(*ASTSelection)); in evaluate()
134 create(SourceRange SelectionRange, const SelectedASTNode &ASTSelection);