Searched refs:CodeRangeASTSelection (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | ASTSelection.h | 96 class CodeRangeASTSelection { 98 CodeRangeASTSelection(CodeRangeASTSelection &&) = default; 99 CodeRangeASTSelection &operator=(CodeRangeASTSelection &&) = default; 134 static std::optional<CodeRangeASTSelection> 138 CodeRangeASTSelection(SelectedASTNode::ReferenceType SelectedNode, in CodeRangeASTSelection() function
|
H A D | RefactoringActionRuleRequirements.h | 76 Expected<CodeRangeASTSelection>
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/ |
H A D | Extract.h | 29 initiate(RefactoringRuleContext &Context, CodeRangeASTSelection Code, 35 ExtractFunction(CodeRangeASTSelection Code, in ExtractFunction() 43 CodeRangeASTSelection Code;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | ASTSelectionRequirements.cpp | 32 Expected<CodeRangeASTSelection> CodeRangeASTSelectionRequirement::evaluate( in evaluate() 41 std::optional<CodeRangeASTSelection> CodeRange = in evaluate() 42 CodeRangeASTSelection::create(Context.getSelectionRange(), in evaluate()
|
H A D | ASTSelection.cpp | 379 std::optional<CodeRangeASTSelection> 380 CodeRangeASTSelection::create(SourceRange SelectionRange, in create() 398 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create() 410 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create() 419 bool CodeRangeASTSelection::isInFunctionLikeBodyOfCode() const { in isInFunctionLikeBodyOfCode() 441 const Decl *CodeRangeASTSelection::getFunctionLikeNearestParent() const { in getFunctionLikeNearestParent()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | Extract.cpp | 71 CodeRangeASTSelection Code, in initiate()
|