Home
last modified time | relevance | path

Searched refs:AdvanceToTokenCharacter (Results 1 – 10 of 10) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp52 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin, in MakeCharSourceRange()
55 Lexer::AdvanceToTokenCharacter(Begin, TokRangeEnd - TokRangeBegin, in MakeCharSourceRange()
70 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin, in Diag()
539 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s - ThisTokBegin), in NumericLiteralParser()
701 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, in NumericLiteralParser()
743 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Pos - ThisTokBegin), in checkSeparator()
779 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s - ThisTokBegin), in ParseNumberStartingWithZero()
806 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-ThisTokBegin), in ParseNumberStartingWithZero()
829 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-ThisTokBegin), in ParseNumberStartingWithZero()
859 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-ThisTokBegin), in ParseNumberStartingWithZero()
[all …]
H A DPPMacroExpansion.cpp1279 Loc = AdvanceToTokenCharacter(Loc, 0); in ExpandBuiltinMacro()
H A DPPDirectives.cpp972 PP.Diag(PP.AdvanceToTokenCharacter(DigitTok.getLocation(), i), in GetLineValue()
H A DLexer.cpp706 SourceLocation Lexer::AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter() function in Lexer
/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DLexer.h302 static SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart,
H A DPreprocessor.h1194 SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter() function
1196 return Lexer::AdvanceToTokenCharacter(TokStart, Char, SourceMgr, LangOpts); in AdvanceToTokenCharacter()
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp781 Lexer::AdvanceToTokenCharacter(RAngleLoc, 2, PP.getSourceManager(), in ParseGreaterThanInTemplateList()
824 Tok.setLocation(Lexer::AdvanceToTokenCharacter(RAngleLoc, 1, in ParseGreaterThanInTemplateList()
H A DParseExprCXX.cpp2265 Lexer::AdvanceToTokenCharacter(TokLocs[Literal.getUDSuffixToken()], in ParseUnqualifiedIdOperator()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp1049 return Lexer::AdvanceToTokenCharacter(StrTokLoc, Offset, SM, Features); in getLocationOfByte()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp1422 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(), in getUDSuffixLoc()