Searched refs:SourceSelectionKind (Results 1 – 2 of 2) sorted by relevance
95 SourceSelectionKind SelectionKind = in TraverseDecl()123 SourceSelectionKind SelectionKind = in TraverseStmt()146 return SourceSelectionKind::None; in selectionKindFor()151 return SourceSelectionKind::None; in selectionKindFor()167 return SourceSelectionKind::None; in selectionKindFor()202 case SourceSelectionKind::None: in selectionKindToString()204 case SourceSelectionKind::ContainsSelection: in selectionKindToString()208 case SourceSelectionKind::ContainsSelectionEnd: in selectionKindToString()210 case SourceSelectionKind::InsideSelection: in selectionKindToString()344 SourceSelectionKind Kind, in findDeepestWithKind()[all …]
26 enum class SourceSelectionKind { enum54 SourceSelectionKind SelectionKind;57 SelectedASTNode(const DynTypedNode &Node, SourceSelectionKind SelectionKind) in SelectedASTNode()