Home | History | Annotate | Download | only in Lex

Lines Matching defs:Info

41   assert(Pos != Macros.end() && "Identifier macro info is missing!");
291 MacroExpandsInfo &Info = DelayedMacroExpandsCallbacks[i];
292 // FIXME: We lose macro args info with delayed callback.
293 Callbacks->MacroExpands(Info.Tok, Info.MD, Info.Range,
323 // No need for arg info.
326 // Propagate whitespace info as if we had pushed, then popped,
339 // No need for arg info.
1258 assert(II && "Can't be a macro without id info!");