Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp96 SourceSelectionKind SelectionKind = in TraverseDecl()
124 SourceSelectionKind SelectionKind = in TraverseStmt()
147 return SourceSelectionKind::None; in selectionKindFor()
152 return SourceSelectionKind::None; in selectionKindFor()
168 return SourceSelectionKind::None; in selectionKindFor()
203 case SourceSelectionKind::None: in selectionKindToString()
205 case SourceSelectionKind::ContainsSelection: in selectionKindToString()
209 case SourceSelectionKind::ContainsSelectionEnd: in selectionKindToString()
211 case SourceSelectionKind::InsideSelection: in selectionKindToString()
345 SourceSelectionKind Kind, in findDeepestWithKind()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h24 enum class SourceSelectionKind { enum
52 SourceSelectionKind SelectionKind;
56 SourceSelectionKind SelectionKind) in SelectedASTNode()