Searched refs:CodeRangeASTSelection (Results 1 – 6 of 6) sorted by relevance
95 class CodeRangeASTSelection {97 CodeRangeASTSelection(CodeRangeASTSelection &&) = default;98 CodeRangeASTSelection &operator=(CodeRangeASTSelection &&) = default;133 static Optional<CodeRangeASTSelection>137 CodeRangeASTSelection(SelectedASTNode::ReferenceType SelectedNode, in CodeRangeASTSelection() function
76 Expected<CodeRangeASTSelection>
28 CodeRangeASTSelection Code,34 ExtractFunction(CodeRangeASTSelection Code, Optional<std::string> DeclName) in ExtractFunction()41 CodeRangeASTSelection Code;
31 Expected<CodeRangeASTSelection> CodeRangeASTSelectionRequirement::evaluate( in evaluate()40 Optional<CodeRangeASTSelection> CodeRange = CodeRangeASTSelection::create( in evaluate()
378 Optional<CodeRangeASTSelection>379 CodeRangeASTSelection::create(SourceRange SelectionRange, in create()397 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create()409 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create()418 bool CodeRangeASTSelection::isInFunctionLikeBodyOfCode() const { in isInFunctionLikeBodyOfCode()440 const Decl *CodeRangeASTSelection::getFunctionLikeNearestParent() const { in getFunctionLikeNearestParent()
70 CodeRangeASTSelection Code, in initiate()