Home
last modified time | relevance | path

Searched refs:SourceSelectionKind (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DASTSelectionTest.cpp141 void shouldHaveSelectionKind(SourceSelectionKind Kind) { in shouldHaveSelectionKind()
209 Fn.Children[1], SourceSelectionKind::InsideSelection, in TEST()
265 Fn.Children[1], SourceSelectionKind::InsideSelection, in TEST()
284 SourceSelectionKind::InsideSelection, in TEST()
287 SourceSelectionKind::InsideSelection, in TEST()
344 SourceSelectionKind::InsideSelection, in TEST()
369 SourceSelectionKind::InsideSelection, in TEST()
411 SourceSelectionKind::ContainsSelection); in TEST()
427 SourceSelectionKind::ContainsSelection); in TEST()
443 SourceSelectionKind::InsideSelection); in TEST()
[all …]
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp94 SourceSelectionKind SelectionKind = in TraverseDecl()
122 SourceSelectionKind SelectionKind = in TraverseStmt()
145 return SourceSelectionKind::None; in selectionKindFor()
150 return SourceSelectionKind::None; in selectionKindFor()
166 return SourceSelectionKind::None; in selectionKindFor()
201 case SourceSelectionKind::None: in selectionKindToString()
203 case SourceSelectionKind::ContainsSelection: in selectionKindToString()
207 case SourceSelectionKind::ContainsSelectionEnd: in selectionKindToString()
209 case SourceSelectionKind::InsideSelection: in selectionKindToString()
343 SourceSelectionKind Kind, in findDeepestWithKind()
[all …]
/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h25 enum class SourceSelectionKind { enum
53 SourceSelectionKind SelectionKind;
56 SelectedASTNode(const DynTypedNode &Node, SourceSelectionKind SelectionKind) in SelectedASTNode()