Home | History | Annotate | Download | only in Lex

Lines Matching refs:Macros

38     = Macros.find(II);
39 if (Pos == Macros.end()) {
42 Pos = Macros.find(II);
44 assert(Pos != Macros.end() && "Identifier macro info is missing!");
53 Macros[II] = MI;
58 Macros.erase(II);
79 /// RegisterBuiltinMacros - Register builtin macros, such as __LINE__ with the
396 // Reading macro arguments can cause macros that we are currently
399 // identifiers we lex as macro arguments correspond to disabled macros.
923 // a macro expansion. This doesn't matter for object-like macros, but