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

  /external/clang/lib/Lex/
LiteralSupport.cpp 52 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin,
55 Lexer::AdvanceToTokenCharacter(Begin, TokRangeEnd - TokRangeBegin,
70 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin,
540 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s - ThisTokBegin),
562 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent - ThisTokBegin),
685 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, SuffixBegin - ThisTokBegin),
694 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc,
736 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Pos - ThisTokBegin),
772 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s - ThisTokBegin),
788 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-ThisTokBegin)
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/include/clang/Lex/
Lexer.h 299 /// AdvanceToTokenCharacter - If the current SourceLocation specifies a
302 static SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart,
Preprocessor.h     [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 781 Lexer::AdvanceToTokenCharacter(RAngleLoc, 2, PP.getSourceManager(),
824 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 414 milliseconds