Lines Matching refs:getLexer
495 MCAsmLexer &getLexer() override { return Lexer; } in getLexer() function in __anon60b61cd60111::MasmParser
1389 if (Parsed && !getLexer().isAtStartOfStatement()) in Run()
1567 SMLoc FirstTokenLoc = getLexer().getLoc(); in parsePrimaryExpr()
1639 return Error(getLexer().getLoc(), "expected a symbol reference"); in parsePrimaryExpr()
3305 if (Parsed && !getLexer().isAtStartOfStatement()) in handleMacroInvocation()
3340 SMLoc PrefixLoc = getLexer().getLoc(); in parseIdentifier()
3614 getLexer().UnLex(AsmToken(AsmToken::Identifier, ID)); in parseTextItem()
3819 if (getLexer().is(AsmToken::Minus)) { in parseRealValue()
3820 SignLoc = getLexer().getLoc(); in parseRealValue()
3823 } else if (getLexer().is(AsmToken::Plus)) { in parseRealValue()
3824 SignLoc = getLexer().getLoc(); in parseRealValue()
3837 if (getLexer().is(AsmToken::Identifier)) { in parseRealValue()
4392 return Error(getLexer().getLoc(), in emitStructInitializer()
4729 SMLoc AlignmentLoc = getLexer().getLoc(); in parseDirectiveAlign()
4773 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveFile()
4793 if (getLexer().is(AsmToken::String)) { in parseDirectiveFile()
4890 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveLine()
4920 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveLoc()
4928 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveLoc()
5105 if (check((getLexer().isNot(AsmToken::Identifier) || in parseDirectiveCVInlineSiteId()
5116 if (check((getLexer().isNot(AsmToken::Identifier) || in parseDirectiveCVInlineSiteId()
5129 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveCVInlineSiteId()
5159 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveCVLoc()
5167 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveCVLoc()
5283 while (getLexer().is(AsmToken::Identifier)) { in parseDirectiveCVDefRange()
5284 Loc = getLexer().getLoc(); in parseDirectiveCVDefRange()
5290 Loc = getLexer().getLoc(); in parseDirectiveCVDefRange()
5430 SMLoc DirLoc = getLexer().getLoc(); in parseDirectiveCVFPOData()
5456 if (getLexer().is(AsmToken::Comma)) { in parseDirectiveCFISections()
5504 if (getLexer().isNot(AsmToken::Integer)) { in parseRegisterOrRegisterNumber()
5704 while (getLexer().is(AsmToken::Comma)) { in parseDirectiveCFIEscape()
5757 while (getLexer().isNot(AsmToken::EndOfStatement)) { in parseDirectiveMacro()
5807 if (getLexer().is(AsmToken::Comma)) in parseDirectiveMacro()
5844 if (getLexer().is(AsmToken::Eof)) in parseDirectiveMacro()
5849 if (getLexer().is(AsmToken::Identifier)) { in parseDirectiveMacro()
5854 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveMacro()
5920 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveEndMacro()
6024 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveComm()
6032 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveComm()
6037 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm()
6043 if (getLexer().is(AsmToken::Comma)) { in parseDirectiveComm()
6045 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()
6789 if (getLexer().is(AsmToken::Identifier)) { in isMacroLikeDirective()
6812 if (getLexer().is(AsmToken::Eof)) { in parseMacroLikeBody()
7142 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveMSEmit()
7158 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveMSAlign()
7173 const SMLoc Loc = getLexer().getLoc(); in parseDirectiveRadix()
7185 getLexer().setMasmDefaultRadix(Radix); in parseDirectiveRadix()
7364 while (getLexer().isNot(AsmToken::Eof)) { in parseMSInlineAsm()