UndefinedMacroUse Class
(CPlusPlus::Document::UndefinedMacroUse)The UndefinedMacroUse class represents a macro that was looked for, but not found. More...
Header: | #include <UndefinedMacroUse> |
Public Functions
UndefinedMacroUse(const QByteArray &name, unsigned bytesBegin, unsigned utf16charsBegin) | |
QByteArray | name() const |
Detailed Description
The UndefinedMacroUse class represents a macro that was looked for, but not found.
Holds data about the reference to a macro in an #ifdef
or #ifndef
or argument to the defined
operator inside an #if
or #elif
that does not exist.
See also Document::undefinedMacroUses(), Document::MacroUse, and Macro.