Match if the subject starts with S (case-insensitive) and bind Value.
Declared in <llvm/ADT/StringSwitch.h>
StringSwitch&
StartsWithLower(
StringLiteral S,
T Value);
This switch for further chaining.
| Name | Description |
|---|---|
| S | Prefix string to compare against the subject. |
| Value | Result to bind when the subject starts with S. |