enum Parser::SkipUntilFlags

Description

Control flags for SkipUntil functions.

Declared at: clang/include/clang/Parse/Parser.h:1198

Enumerators

NameValueComment
StopAtSemi1Stop skipping at semicolon
StopBeforeMatch2Stop skipping at specified token, but don't skip the token itself
StopAtCodeCompletion4Stop at code completion