Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp95 SourceSelectionKind SelectionKind = in TraverseDecl()
123 SourceSelectionKind SelectionKind = in TraverseStmt()
146 return SourceSelectionKind::None; in selectionKindFor()
151 return SourceSelectionKind::None; in selectionKindFor()
167 return SourceSelectionKind::None; in selectionKindFor()
202 case SourceSelectionKind::None: in selectionKindToString()
204 case SourceSelectionKind::ContainsSelection: in selectionKindToString()
208 case SourceSelectionKind::ContainsSelectionEnd: in selectionKindToString()
210 case SourceSelectionKind::InsideSelection: in selectionKindToString()
344 SourceSelectionKind Kind, in findDeepestWithKind()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h26 enum class SourceSelectionKind { enum
54 SourceSelectionKind SelectionKind;
57 SelectedASTNode(const DynTypedNode &Node, SourceSelectionKind SelectionKind) in SelectedASTNode()