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

/external/clang/lib/Lex/
H A DLiteralSupport.cpp46 FullSourceLoc TokLoc,
51 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin,
52 TokLoc.getManager(), Features);
55 TokLoc.getManager(), Features);
65 const LangOptions &Features, FullSourceLoc TokLoc,
69 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin,
70 TokLoc.getManager(), Features);
72 MakeCharSourceRange(Features, TokLoc, TokBegin, TokRangeBegin, TokRangeEnd);
506 SourceLocation TokLoc,
529 ParseNumberStartingWithZero(TokLoc);
45 MakeCharSourceRange(const LangOptions &Features, FullSourceLoc TokLoc, const char *TokBegin, const char *TokRangeBegin, const char *TokRangeEnd) argument
64 Diag(DiagnosticsEngine *Diags, const LangOptions &Features, FullSourceLoc TokLoc, const char *TokBegin, const char *TokRangeBegin, const char *TokRangeEnd, unsigned DiagID) argument
505 NumericLiteralParser(StringRef TokSpelling, SourceLocation TokLoc, Preprocessor &PP) argument
731 checkSeparator(SourceLocation TokLoc, const char *Pos, CheckSeparatorKind IsAfterDigits) argument
752 ParseNumberStartingWithZero(SourceLocation TokLoc) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp1459 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc, argument
1461 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(),
3102 SourceLocation TokLoc = Tok.getLocation(); local
3124 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3137 /*Pascal*/false, StrTy, &TokLoc, 1);
3138 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3156 return BuildLiteralOperatorCall(R, OpNameInfo, None, TokLoc,
9306 /// operator @p Opc at location @c TokLoc. This routine only supports
9688 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc, argument
9696 DiagnoseBinOpPrecedence(*this, Opc, TokLoc, LHSExp
[all...]

Completed in 147 milliseconds