Home
last modified time | relevance | path

Searched defs:CppMacro (Results 1 – 2 of 2) sorted by relevance

/dports/devel/upp/upp/uppsrc/CppBase/
H A DInternal.h13 struct CppMacro : Moveable<CppMacro> { struct
14 String param;
15 String body;
16 byte md5[16];
19 void SetUndef() { body = "\x7f"; } in SetUndef()
20 bool IsUndef() const { return body[0] == '\x7f' && body[1] == '\0'; } in IsUndef()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcppelementevaluator.cpp102 class CppMacro : public CppElement class
105 explicit CppMacro(const Macro &macro) in CppMacro() function in CppTools::CppMacro