Searched refs:SourceSelectionKind (Results 1 – 2 of 2) sorted by relevance
51 SourceSelectionKind::None)); in ASTSelectionFinder()95 SourceSelectionKind SelectionKind = in TraverseDecl()123 SourceSelectionKind SelectionKind = in TraverseStmt()133 void popAndAddToSelectionIfSelected(SourceSelectionKind SelectionKind) { in popAndAddToSelectionIfSelected()136 if (SelectionKind != SourceSelectionKind::None || !Node.Children.empty()) in popAndAddToSelectionIfSelected()140 SourceSelectionKind selectionKindFor(CharSourceRange Range) { in selectionKindFor()146 return SourceSelectionKind::None; in selectionKindFor()150 return SourceSelectionKind::ContainsSelection; in selectionKindFor()151 return SourceSelectionKind::None; in selectionKindFor()156 return SourceSelectionKind::ContainsSelection; in selectionKindFor()[all …]
26 enum class SourceSelectionKind { enum54 SourceSelectionKind SelectionKind;57 SelectedASTNode(const DynTypedNode &Node, SourceSelectionKind SelectionKind) in SelectedASTNode()