Searched refs:TokLoc (Results 1 - 7 of 7) 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...]
H A DPragma.cpp289 SourceLocation TokLoc = TmpTok.getLocation();
293 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc,
/external/clang/include/clang/Lex/
H A DLiteralSupport.h59 SourceLocation TokLoc,
109 void ParseNumberStartingWithZero(SourceLocation TokLoc);
110 void ParseDecimalOrOctalCommon(SourceLocation TokLoc);
123 void checkSeparator(SourceLocation TokLoc, const char *Pos,
/external/clang/lib/Parse/
H A DParseStmtAsm.cpp411 SourceLocation TokLoc = Tok.getLocation();
424 TokLoc = Tok.getLocation();
433 SrcMgr.getDecomposedExpansionLoc(TokLoc);
441 SrcMgr.getDecomposedExpansionLoc(TokLoc);
486 TokLoc = Tok.getLocation();
494 EndLoc = TokLoc;
505 TokLoc = Tok.getLocation();
/external/clang/tools/libclang/
H A DCIndex.cpp6264 SourceLocation TokLoc = GetTokenLoc(I);
6265 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) {
6296 SourceLocation TokLoc = getFunctionMacroTokenLoc(I);
6297 if (TokLoc.isFileID())
6299 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) {
6377 SourceLocation TokLoc = GetTokenLoc(I);
6378 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) {
6392 SourceLocation TokLoc = GetTokenLoc(I);
6393 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) {
6402 if (TokLoc
[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...]
/external/clang/include/clang/Sema/
H A DSema.h4054 ExprResult ActOnBinOp(Scope *S, SourceLocation TokLoc,

Completed in 395 milliseconds