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