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,
531 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
725 checkSeparator(SourceLocation TokLoc, const char *Pos, CheckSeparatorKind IsAfterDigits) argument
746 ParseNumberStartingWithZero(SourceLocation TokLoc) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp1465 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc, argument
1467 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(),
3235 SourceLocation TokLoc = Tok.getLocation(); local
3258 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3271 /*Pascal*/false, StrTy, &TokLoc, 1);
3272 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3290 return BuildLiteralOperatorCall(R, OpNameInfo, None, TokLoc,
9976 /// operator @p Opc at location @c TokLoc. This routine only supports
10377 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc, argument
10385 DiagnoseBinOpPrecedence(*this, Opc, TokLoc, LHSExp
[all...]

Completed in 130 milliseconds