Home | History | Annotate | Download | only in Lex

Lines Matching full:operator

138     // If we found the stringify operator, get the argument stringified.  The
165 // the #/#@ operator.
196 // (##) operator before or after the argument.
201 // If it is not the LHS/RHS of a ## operator, we must pre-expand the
263 // Remove the paste operator, report use of the extension.
288 // Do not do this if the paste operator occurs before the macro argument,
309 // buffer) the paste operator after it.
315 // If this is on the RHS of a paste operator, we've already copied the
316 // paste operator to the ResultToks list. Remove it.
329 // Remove the paste operator, report use of the extension.
388 // If this token is followed by a token paste (##) operator, paste the tokens!
448 /// PasteTokens - Tok is the LHS of a ## operator, and CurToken is the ##
449 /// operator. Read the ## and RHS, and paste the LHS/RHS together. If there
458 // Consume the ## operator.
461 assert(!isAtEnd() && "No token on the RHS of a paste operator!");
576 // operator.