Home | History | Annotate | Download | only in MCParser

Lines Matching refs:At

792   case AsmToken::At:
815 if (Lexer.is(AsmToken::At)) {
1031 if (Lexer.getKind() == AsmToken::At) {
1212 return TokError("unexpected token at start of statement");
1219 return TokError("unexpected token at start of statement");
1228 return TokError("unexpected token at start of statement");
1359 // manner, or at least have a default behavior that's shared between
1990 // - macros defined with parameters accept at most that many of them
2052 // At the end of the statement, fill in remaining arguments that have
2236 // separate tokens. At this level, we have already lexed so we cannot (currently)
2239 if (Lexer.is(AsmToken::Dollar) || Lexer.is(AsmToken::At)) {
2300 return TokError("unexpected backslash at end of string");
3398 // Look at the body of the macro for use of both the named parameters and what
4595 assert(Loc >= AsmStart && "Expected Loc to be at or after Start!");