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
Name | Value | Comment |
---|---|---|
True | 0 | |
False | 1 | |
Ambiguous | 2 | |
Error | 3 |