Home | History | Annotate | Download | only in Lex

Lines Matching refs:Macro

215   // The end locations of entities may be unordered (when a macro expansion
216 // is inside another macro argument), but for this case it is not important
217 // whether we get the first macro expansion or its containing macro.
256 "a macro directive was encountered out-of-order");
271 // "#include MACRO(STUFF)".
275 // Usually there are few macro expansions when defining the filename, do a
315 void PreprocessingRecord::RegisterMacroDefinition(MacroInfo *Macro,
317 MacroDefinitions[Macro] = PPID;
362 // We don't record nested macro expansions.