enum class SourceSelectionKind

Declared at: clang/include/clang/Tooling/Refactoring/ASTSelection.h:25

Enumerators

NameValueComment
None0A node that's not selected.
ContainsSelection1A node that's considered to be selected because the whole selection range is inside of its source range.
ContainsSelectionStart2A node that's considered to be selected because the start of the selection range is inside its source range.
ContainsSelectionEnd3A node that's considered to be selected because the end of the selection range is inside its source range.
InsideSelection4A node that's considered to be selected because the node is entirely in the selection range.