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,
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
721 checkSeparator(SourceLocation TokLoc, const char *Pos, CheckSeparatorKind IsAfterDigits) argument
742 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.h58 SourceLocation TokLoc,
106 void ParseNumberStartingWithZero(SourceLocation TokLoc);
113 void checkSeparator(SourceLocation TokLoc, const char *Pos,
/external/clang/lib/Parse/
H A DParseStmtAsm.cpp387 SourceLocation TokLoc = Tok.getLocation();
399 TokLoc = Tok.getLocation();
408 SrcMgr.getDecomposedExpansionLoc(TokLoc);
416 SrcMgr.getDecomposedExpansionLoc(TokLoc);
452 TokLoc = Tok.getLocation();
460 EndLoc = TokLoc;
471 TokLoc = Tok.getLocation();
/external/clang/tools/libclang/
H A DCIndex.cpp5891 SourceLocation TokLoc = GetTokenLoc(I);
5892 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) {
5923 SourceLocation TokLoc = getFunctionMacroTokenLoc(I);
5924 if (TokLoc.isFileID())
5926 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) {
6004 SourceLocation TokLoc = GetTokenLoc(I);
6005 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) {
6019 SourceLocation TokLoc = GetTokenLoc(I);
6020 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) {
6029 if (TokLoc
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp1499 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc, argument
1501 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(),
3229 SourceLocation TokLoc = Tok.getLocation(); local
3252 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3265 /*Pascal*/false, StrTy, &TokLoc, 1);
3266 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3284 return BuildLiteralOperatorCall(R, OpNameInfo, None, TokLoc,
10254 /// operator @p Opc at location @c TokLoc. This routine only supports
10664 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc, argument
10672 DiagnoseBinOpPrecedence(*this, Opc, TokLoc, LHSExp
[all...]
/external/clang/include/clang/Sema/
H A DSema.h3963 ExprResult ActOnBinOp(Scope *S, SourceLocation TokLoc,

Completed in 6779 milliseconds