Lines Matching defs:undef
250 // #undef...
251 void addUndef(std::string undef)
253 text.append("#undef ");
254 fixLine(undef);
256 Processes.push_back("undef-macro ");
257 Processes.back().append(undef);
259 text.append(undef);
286 // Track the user's #define and #undef from the command line.
872 } else if (lowerword == "undef-macro" ||
1954 " -U<name> | --undef-macro <name> | --U <name>\n"