/external/clang/lib/Lex/ |
LiteralSupport.cpp | 51 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin, 54 Lexer::AdvanceToTokenCharacter(Begin, TokRangeEnd - TokRangeBegin, 69 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin, 496 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s - ThisTokBegin), 514 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent - ThisTokBegin), 636 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, SuffixBegin - ThisTokBegin), 645 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, 701 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s - ThisTokBegin), 716 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-ThisTokBegin), 726 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-ThisTokBegin) [all...] |
PPMacroExpansion.cpp | [all...] |
PPDirectives.cpp | 854 PP.Diag(PP.AdvanceToTokenCharacter(DigitTok.getLocation(), i), [all...] |
/external/clang/include/clang/Lex/ |
Lexer.h | 300 /// AdvanceToTokenCharacter - If the current SourceLocation specifies a 303 static SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart,
|
Preprocessor.h | [all...] |
/external/clang/lib/Parse/ |
ParseTemplate.cpp | 728 Lexer::AdvanceToTokenCharacter(RAngleLoc, 2, PP.getSourceManager(), 770 Tok.setLocation(Lexer::AdvanceToTokenCharacter(RAngleLoc, 1, [all...] |
ParseExprCXX.cpp | [all...] |
/external/clang/lib/AST/ |
Expr.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaExpr.cpp | [all...] |