Lines Matching refs:getLoc
405 int NewBuf = SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in EnterIncludeFile()
490 PrintMessage(getLexer().getLoc(), "assembler local symbol '" + in Run()
526 const char *Start = getTok().getLoc().getPointer(); in ParseStringToEndOfStatement()
532 const char *End = getTok().getLoc().getPointer(); in ParseStringToEndOfStatement()
545 EndLoc = Lexer.getLoc(); in ParseParenExpr()
559 EndLoc = Lexer.getLoc(); in ParseBracketExpr()
586 EndLoc = Lexer.getLoc(); in ParsePrimaryExpr()
621 SMLoc Loc = getTok().getLoc(); in ParsePrimaryExpr()
624 EndLoc = Lexer.getLoc(); in ParsePrimaryExpr()
636 EndLoc = Lexer.getLoc(); in ParsePrimaryExpr()
655 EndLoc = Lexer.getLoc(); in ParsePrimaryExpr()
797 SMLoc StartLoc = Lexer.getLoc(); in ParseAbsoluteExpression()
932 SMLoc IDLoc = ID.getLoc(); in ParseStatement()
1359 if (expandMacro(Buf, Body, M->Parameters, MacroArguments, getTok().getLoc())) in HandleMacroEntry()
1368 getTok().getLoc(), in HandleMacroEntry()
1411 SMLoc EqualLoc = Lexer.getLoc(); in ParseAssignment()
1472 SMLoc DollarLoc = getLexer().getLoc(); in ParseIdentifier()
1480 if (DollarLoc.getPointer() + 1 != getTok().getLoc().getPointer()) in ParseIdentifier()
1617 SMLoc ExprLoc = getLexer().getLoc(); in ParseDirectiveValue()
1838 SMLoc AlignmentLoc = getLexer().getLoc(); in ParseDirectiveAlign()
1866 MaxBytesLoc = getLexer().getLoc(); in ParseDirectiveAlign()
1953 SMLoc IDLoc = getLexer().getLoc(); in ParseDirectiveComm()
1966 SMLoc SizeLoc = getLexer().getLoc(); in ParseDirectiveComm()
1974 Pow2AlignmentLoc = getLexer().getLoc(); in ParseDirectiveComm()
2025 SMLoc Loc = getLexer().getLoc(); in ParseDirectiveAbort()
2049 SMLoc IncludeLoc = getLexer().getLoc(); in ParseDirectiveInclude()
2199 SMLoc FileNumberLoc = getLexer().getLoc(); in ParseDirectiveFile()
2292 SMLoc Loc = getTok().getLoc(); in ParseDirectiveLoc()
2303 SMLoc Loc = getTok().getLoc(); in ParseDirectiveLoc()
2322 SMLoc Loc = getTok().getLoc(); in ParseDirectiveLoc()
2615 return Error(getLexer().getLoc(), in ParseDirectiveMacrosOnOff()
2679 const char *BodyStart = StartToken.getLoc().getPointer(); in ParseDirectiveMacro()
2680 const char *BodyEnd = EndToken.getLoc().getPointer(); in ParseDirectiveMacro()