Lines Matching refs:getLexer

478   MCAsmLexer &getLexer() override { return Lexer; }  in getLexer()  function in __anonbc3838060111::MasmParser
1369 if (Parsed && !getLexer().isAtStartOfStatement()) in Run()
1546 SMLoc FirstTokenLoc = getLexer().getLoc(); in parsePrimaryExpr()
1604 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr()
1630 return Error(getLexer().getLoc(), "expected a symbol reference"); in parsePrimaryExpr()
3321 if (Parsed && !getLexer().isAtStartOfStatement()) in handleMacroInvocation()
3356 SMLoc PrefixLoc = getLexer().getLoc(); in parseIdentifier()
3630 getLexer().UnLex(AsmToken(AsmToken::Identifier, ID)); in parseTextItem()
3835 if (getLexer().is(AsmToken::Minus)) { in parseRealValue()
3836 SignLoc = getLexer().getLoc(); in parseRealValue()
3839 } else if (getLexer().is(AsmToken::Plus)) { in parseRealValue()
3840 SignLoc = getLexer().getLoc(); in parseRealValue()
3853 if (getLexer().is(AsmToken::Identifier)) { in parseRealValue()
4409 return Error(getLexer().getLoc(), in emitStructInitializer()
4745 SMLoc AlignmentLoc = getLexer().getLoc(); in parseDirectiveAlign()
4790 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveFile()
4810 if (getLexer().is(AsmToken::String)) { in parseDirectiveFile()
4907 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveLine()
4937 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveLoc()
4945 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveLoc()
5122 if (check((getLexer().isNot(AsmToken::Identifier) || in parseDirectiveCVInlineSiteId()
5133 if (check((getLexer().isNot(AsmToken::Identifier) || in parseDirectiveCVInlineSiteId()
5146 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveCVInlineSiteId()
5176 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveCVLoc()
5184 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveCVLoc()
5300 while (getLexer().is(AsmToken::Identifier)) { in parseDirectiveCVDefRange()
5301 Loc = getLexer().getLoc(); in parseDirectiveCVDefRange()
5307 Loc = getLexer().getLoc(); in parseDirectiveCVDefRange()
5447 SMLoc DirLoc = getLexer().getLoc(); in parseDirectiveCVFPOData()
5473 if (getLexer().is(AsmToken::Comma)) { in parseDirectiveCFISections()
5521 if (getLexer().isNot(AsmToken::Integer)) { in parseRegisterOrRegisterNumber()
5721 while (getLexer().is(AsmToken::Comma)) { in parseDirectiveCFIEscape()
5774 while (getLexer().isNot(AsmToken::EndOfStatement)) { in parseDirectiveMacro()
5824 if (getLexer().is(AsmToken::Comma)) in parseDirectiveMacro()
5861 if (getLexer().is(AsmToken::Eof)) in parseDirectiveMacro()
5866 if (getLexer().is(AsmToken::Identifier)) { in parseDirectiveMacro()
5871 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveMacro()
5937 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveEndMacro()
6041 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveComm()
6049 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveComm()
6054 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm()
6060 if (getLexer().is(AsmToken::Comma)) { in parseDirectiveComm()
6062 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()
6803 if (getLexer().is(AsmToken::Identifier)) { in isMacroLikeDirective()
6826 if (getLexer().is(AsmToken::Eof)) { in parseMacroLikeBody()
7154 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveMSEmit()
7170 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveMSAlign()
7185 const SMLoc Loc = getLexer().getLoc(); in parseDirectiveRadix()
7197 getLexer().setMasmDefaultRadix(Radix); in parseDirectiveRadix()
7376 while (getLexer().isNot(AsmToken::Eof)) { in parseMSInlineAsm()