Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp50 SourceSelectionKind::None)); in ASTSelectionFinder()
94 SourceSelectionKind SelectionKind = in TraverseDecl()
122 SourceSelectionKind SelectionKind = in TraverseStmt()
132 void popAndAddToSelectionIfSelected(SourceSelectionKind SelectionKind) { in popAndAddToSelectionIfSelected()
135 if (SelectionKind != SourceSelectionKind::None || !Node.Children.empty()) in popAndAddToSelectionIfSelected()
139 SourceSelectionKind selectionKindFor(CharSourceRange Range) { in selectionKindFor()
145 return SourceSelectionKind::None; in selectionKindFor()
149 return SourceSelectionKind::ContainsSelection; in selectionKindFor()
150 return SourceSelectionKind::None; in selectionKindFor()
155 return SourceSelectionKind::ContainsSelection; in selectionKindFor()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()