Lines Matching refs:getLoc
255 Loc = getTok().getLoc(); in getTokenLoc()
632 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile()
647 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in processIncbinFile()
774 Error(getTok().getLoc(), "assembler local symbol '" + in Run()
817 const char *Start = getTok().getLoc().getPointer(); in parseStringToEndOfStatement()
822 const char *End = getTok().getLoc().getPointer(); in parseStringToEndOfStatement()
827 const char *Start = getTok().getLoc().getPointer(); in parseStringToComma()
833 const char *End = getTok().getLoc().getPointer(); in parseStringToComma()
874 SMLoc FirstTokenLoc = getLexer().getLoc(); in parsePrimaryExpr()
914 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr()
929 return Error(Lexer.getTok().getLoc(), in parsePrimaryExpr()
975 SMLoc Loc = getTok().getLoc(); in parsePrimaryExpr()
1188 SMLoc StartLoc = Lexer.getLoc(); in parseAbsoluteExpression()
1420 SMLoc IDLoc = ID.getLoc(); in parseStatement()
1935 SMLoc StartLoc = Lexer.getLoc(); in parseCurlyBlockScope()
1941 AsmStrRewrites.emplace_back(AOK_Skip, StartLoc, Lexer.getLoc().getPointer() - in parseCurlyBlockScope()
1978 SMLoc DiagLoc = Diag.getLoc(); in DiagHandler()
2015 SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), Filename, LineNo, in DiagHandler()
2288 SMLoc IDLoc = Lexer.getLoc(); in parseMacroArguments()
2343 FALocs[PI] = Lexer.getLoc(); in parseMacroArguments()
2354 Error(FALocs[FAI].isValid() ? FALocs[FAI] : Lexer.getLoc(), in parseMacroArguments()
2401 if (expandMacro(OS, Body, M->Parameters, A, true, getTok().getLoc())) in handleMacroEntry()
2414 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()); in handleMacroEntry()
2470 SMLoc PrefixLoc = getLexer().getLoc(); in parseIdentifier()
2478 if (PrefixLoc.getPointer() + 1 != getTok().getLoc().getPointer()) in parseIdentifier()
2612 SMLoc OffsetLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc()
2630 SMLoc NameLoc = Lexer.getTok().getLoc(); in parseDirectiveReloc()
2636 SMLoc ExprLoc = Lexer.getLoc(); in parseDirectiveReloc()
2662 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveValue()
2703 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveOctaValue()
2804 SMLoc NumBytesLoc = Lexer.getLoc(); in parseDirectiveZero()
2831 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveFill()
2845 SizeLoc = getLexer().getLoc(); in parseDirectiveFill()
2854 ExprLoc = getLexer().getLoc(); in parseDirectiveFill()
2915 SMLoc AlignmentLoc = getLexer().getLoc(); in parseDirectiveAlign()
2943 MaxBytesLoc = getLexer().getLoc(); in parseDirectiveAlign()
3014 SMLoc FileNumberLoc = getLexer().getLoc(); in parseDirectiveFile()
3128 SMLoc Loc = getTok().getLoc(); in parseDirectiveLoc()
3139 Loc = getTok().getLoc(); in parseDirectiveLoc()
3156 Loc = getTok().getLoc(); in parseDirectiveLoc()
3196 SMLoc FileNumberLoc = getLexer().getLoc(); in parseDirectiveCVFile()
3268 SMLoc Loc = getTok().getLoc(); in parseDirectiveCVLoc()
3275 Loc = getTok().getLoc(); in parseDirectiveCVLoc()
3308 SMLoc Loc = getLexer().getLoc(); in parseDirectiveCVLinetable()
3317 Loc = getLexer().getLoc(); in parseDirectiveCVLinetable()
3351 SMLoc Loc = getLexer().getLoc(); in parseDirectiveCVInlineLinetable()
3357 Loc = getLexer().getLoc(); in parseDirectiveCVInlineLinetable()
3393 Loc = getLexer().getLoc(); in parseDirectiveCVDefRange()
3399 Loc = getLexer().getLoc(); in parseDirectiveCVDefRange()
3735 return Error(getLexer().getLoc(), in parseDirectiveCFISignalFrame()
3759 return Error(getLexer().getLoc(), in parseDirectiveMacrosOnOff()
3780 return Error(Lexer.getLoc(), in parseDirectiveMacro()
3794 QualLoc = Lexer.getLoc(); in parseDirectiveMacro()
3813 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro()
3875 const char *BodyStart = StartToken.getLoc().getPointer(); in parseDirectiveMacro()
3876 const char *BodyEnd = EndToken.getLoc().getPointer(); in parseDirectiveMacro()
4049 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveBundleAlignMode()
4076 SMLoc Loc = getTok().getLoc(); in parseDirectiveBundleLock()
4115 SMLoc NumBytesLoc = Lexer.getLoc(); in parseDirectiveSpace()
4173 SMLoc Loc = getTok().getLoc(); in parseDirectiveSymbolAttribute()
4205 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveComm()
4218 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm()
4226 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()
4278 SMLoc Loc = getLexer().getLoc(); in parseDirectiveAbort()
4305 SMLoc IncludeLoc = getLexer().getLoc(); in parseDirectiveInclude()
4331 SMLoc IncbinLoc = getLexer().getLoc(); in parseDirectiveIncbin()
4826 const char *BodyStart = StartToken.getLoc().getPointer(); in parseMacroLikeBody()
4827 const char *BodyEnd = EndToken.getLoc().getPointer(); in parseMacroLikeBody()
4845 DirectiveLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()); in instantiateMacroLikeBody()
4858 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRept()
4888 if (expandMacro(OS, M->Body, None, None, false, getTok().getLoc())) in parseDirectiveRept()
4929 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrp()
4978 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrpc()
5002 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveMSEmit()
5018 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveMSAlign()
5310 SMLoc EqualLoc = Parser.getTok().getLoc(); in parseAssignmentExpression()