enum DefinedTracker::TrackerState

Description

Each time a Value is evaluated, it returns information about whether the parsed value is of the form defined(X), !defined(X) or is something else.

Declared at: clang/lib/Lex/PPExpressions.cpp:90

Enumerators

NameValueComment
DefinedMacro0
NotDefinedMacro1
Unknown2