Searched refs:IsNamedCapture (Results 1 – 2 of 2) sorted by relevance
262 bool IsNamedCapture() const { return capture_name_ != nullptr; } in IsNamedCapture() function
217 if (state->IsNamedCapture()) { in ParseDisjunction()