Searched defs:AsmToken (Results 1 – 4 of 4) sorted by relevance
71 AsmToken() {} in AsmToken() function72 AsmToken(TokenKind Kind, StringRef Str, APInt IntVal) in AsmToken() function
19 class AsmToken; variable
77 AsmToken(TokenKind Kind, StringRef Str, APInt IntVal) in AsmToken() function
647 bool LanaiAsmParser::ParseDirective(AsmToken /*DirectiveId*/) { return true; } in ParseDirective() argument