Lines Matching refs:getLexer

495   MCAsmLexer &getLexer() override { return Lexer; }  in getLexer()  function in __anon4534580c0111::MasmParser
1389 if (Parsed && !getLexer().isAtStartOfStatement()) in Run()
1566 SMLoc FirstTokenLoc = getLexer().getLoc(); in parsePrimaryExpr()
1638 return Error(getLexer().getLoc(), "expected a symbol reference"); in parsePrimaryExpr()
3304 if (Parsed && !getLexer().isAtStartOfStatement()) in handleMacroInvocation()
3339 SMLoc PrefixLoc = getLexer().getLoc(); in parseIdentifier()
3613 getLexer().UnLex(AsmToken(AsmToken::Identifier, ID)); in parseTextItem()
3818 if (getLexer().is(AsmToken::Minus)) { in parseRealValue()
3819 SignLoc = getLexer().getLoc(); in parseRealValue()
3822 } else if (getLexer().is(AsmToken::Plus)) { in parseRealValue()
3823 SignLoc = getLexer().getLoc(); in parseRealValue()
3836 if (getLexer().is(AsmToken::Identifier)) { in parseRealValue()
4391 return Error(getLexer().getLoc(), in emitStructInitializer()
4728 SMLoc AlignmentLoc = getLexer().getLoc(); in parseDirectiveAlign()
4772 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveFile()
4792 if (getLexer().is(AsmToken::String)) { in parseDirectiveFile()
4889 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveLine()
4919 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveLoc()
4927 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveLoc()
5104 if (check((getLexer().isNot(AsmToken::Identifier) || in parseDirectiveCVInlineSiteId()
5115 if (check((getLexer().isNot(AsmToken::Identifier) || in parseDirectiveCVInlineSiteId()
5128 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveCVInlineSiteId()
5158 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveCVLoc()
5166 if (getLexer().is(AsmToken::Integer)) { in parseDirectiveCVLoc()
5282 while (getLexer().is(AsmToken::Identifier)) { in parseDirectiveCVDefRange()
5283 Loc = getLexer().getLoc(); in parseDirectiveCVDefRange()
5289 Loc = getLexer().getLoc(); in parseDirectiveCVDefRange()
5429 SMLoc DirLoc = getLexer().getLoc(); in parseDirectiveCVFPOData()
5455 if (getLexer().is(AsmToken::Comma)) { in parseDirectiveCFISections()
5503 if (getLexer().isNot(AsmToken::Integer)) { in parseRegisterOrRegisterNumber()
5703 while (getLexer().is(AsmToken::Comma)) { in parseDirectiveCFIEscape()
5756 while (getLexer().isNot(AsmToken::EndOfStatement)) { in parseDirectiveMacro()
5806 if (getLexer().is(AsmToken::Comma)) in parseDirectiveMacro()
5843 if (getLexer().is(AsmToken::Eof)) in parseDirectiveMacro()
5848 if (getLexer().is(AsmToken::Identifier)) { in parseDirectiveMacro()
5853 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveMacro()
5919 if (getLexer().isNot(AsmToken::EndOfStatement)) in parseDirectiveEndMacro()
6023 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveComm()
6031 if (getLexer().isNot(AsmToken::Comma)) in parseDirectiveComm()
6036 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm()
6042 if (getLexer().is(AsmToken::Comma)) { in parseDirectiveComm()
6044 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()
6788 if (getLexer().is(AsmToken::Identifier)) { in isMacroLikeDirective()
6811 if (getLexer().is(AsmToken::Eof)) { in parseMacroLikeBody()
7141 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveMSEmit()
7157 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveMSAlign()
7172 const SMLoc Loc = getLexer().getLoc(); in parseDirectiveRadix()
7184 getLexer().setMasmDefaultRadix(Radix); in parseDirectiveRadix()
7363 while (getLexer().isNot(AsmToken::Eof)) { in parseMSInlineAsm()