Searched refs:SourceSelectionKind (Results 1 – 2 of 2) sorted by relevance
50 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 …]
25 enum class SourceSelectionKind { enum53 SourceSelectionKind SelectionKind;56 SelectedASTNode(const DynTypedNode &Node, SourceSelectionKind SelectionKind) in SelectedASTNode()