Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 …]
/freebsd-13.1/contrib/llvm-project/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()