Searched refs:AdvanceToTokenCharacter (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Lex/
H A DLiteralSupport.cpp51 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(TokLo
[all...]
H A DPPMacroExpansion.cpp1181 Loc = AdvanceToTokenCharacter(Loc, 0);
H A DPPDirectives.cpp791 PP.Diag(PP.AdvanceToTokenCharacter(DigitTok.getLocation(), i),
/external/clang/include/clang/Lex/
H A DLexer.h297 /// AdvanceToTokenCharacter - If the current SourceLocation specifies a
300 static SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart,
H A DPreprocessor.h1088 /// AdvanceToTokenCharacter - Given a location that specifies the start of a
1090 SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart, function in class:clang::Preprocessor
1092 return Lexer::AdvanceToTokenCharacter(TokStart, Char, SourceMgr, LangOpts);
/external/clang/lib/Parse/
H A DParseTemplate.cpp718 Lexer::AdvanceToTokenCharacter(RAngleLoc, 2, PP.getSourceManager(),
760 Tok.setLocation(Lexer::AdvanceToTokenCharacter(RAngleLoc, 1,
H A DParseExprCXX.cpp1966 Lexer::AdvanceToTokenCharacter(TokLocs[Literal.getUDSuffixToken()],
/external/clang/lib/AST/
H A DExpr.cpp956 return Lexer::AdvanceToTokenCharacter(StrTokLoc, Offset, SM, Features);
/external/clang/lib/Sema/
H A DSemaExpr.cpp1309 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(),

Completed in 861 milliseconds