enum Parser::TypeCastState

Description

TypeCastState - State whether an expression is or may be a type cast.

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

Enumerators

NameValueComment
NotTypeCast0
MaybeTypeCast1
IsTypeCast2