HomeSort by relevance Sort by last modified time
    Searched refs:AdvanceToTokenCharacter (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/Lex/
LiteralSupport.cpp 51 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin,
54 Lexer::AdvanceToTokenCharacter(Begin, TokRangeEnd - TokRangeBegin,
69 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin,
487 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s - ThisTokBegin),
505 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent - ThisTokBegin),
601 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s - ThisTokBegin),
619 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, SuffixBegin - ThisTokBegin),
655 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s - ThisTokBegin),
670 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-ThisTokBegin),
680 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-ThisTokBegin)
    [all...]
PPMacroExpansion.cpp     [all...]
PPDirectives.cpp 791 PP.Diag(PP.AdvanceToTokenCharacter(DigitTok.getLocation(), i),
    [all...]
  /external/clang/include/clang/Lex/
Lexer.h 297 /// AdvanceToTokenCharacter - If the current SourceLocation specifies a
300 static SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart,
Preprocessor.h     [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 718 Lexer::AdvanceToTokenCharacter(RAngleLoc, 2, PP.getSourceManager(),
760 Tok.setLocation(Lexer::AdvanceToTokenCharacter(RAngleLoc, 1,
    [all...]
ParseExprCXX.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 259 milliseconds