enum class Parser::TPResult

Description

TPResult - Used as the result value for functions whose purpose is to disambiguate C++ constructs by "tentatively parsing" them.

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

Enumerators

NameValueComment
True0
False1
Ambiguous2
Error3