Searched defs:TokLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DLiteralSupport.cpp47 FullSourceLoc TokLoc,
52 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin,
53 TokLoc.getManager(), Features);
56 TokLoc.getManager(), Features);
66 const LangOptions &Features, FullSourceLoc TokLoc,
70 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin,
71 TokLoc.getManager(), Features);
73 MakeCharSourceRange(Features, TokLoc, TokBegin, TokRangeBegin, TokRangeEnd);
508 SourceLocation TokLoc,
533 ParseNumberStartingWithZero(TokLoc);
46 MakeCharSourceRange(const LangOptions &Features, FullSourceLoc TokLoc, const char *TokBegin, const char *TokRangeBegin, const char *TokRangeEnd) argument
65 Diag(DiagnosticsEngine *Diags, const LangOptions &Features, FullSourceLoc TokLoc, const char *TokBegin, const char *TokRangeBegin, const char *TokRangeEnd, unsigned DiagID) argument
507 NumericLiteralParser(StringRef TokSpelling, SourceLocation TokLoc, Preprocessor &PP) argument
694 ParseDecimalOrOctalCommon(SourceLocation TokLoc) argument
759 checkSeparator(SourceLocation TokLoc, const char *Pos, CheckSeparatorKind IsAfterDigits) argument
780 ParseNumberStartingWithZero(SourceLocation TokLoc) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp1561 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc, argument
1563 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(),
3296 SourceLocation TokLoc = Tok.getLocation(); local
3319 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3332 /*Pascal*/false, StrTy, &TokLoc, 1);
3333 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3351 return BuildLiteralOperatorCall(R, OpNameInfo, None, TokLoc,
10770 /// operator @p Opc at location @c TokLoc. This routine only supports
11191 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc, argument
11199 DiagnoseBinOpPrecedence(*this, Opc, TokLoc, LHSExp
[all...]

Completed in 204 milliseconds