Home
last modified time | relevance | path

Searched refs:TokLoc (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Lex/
DLiteralSupport.cpp47 FullSourceLoc TokLoc, in MakeCharSourceRange() argument
52 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin, in MakeCharSourceRange()
53 TokLoc.getManager(), Features); in MakeCharSourceRange()
56 TokLoc.getManager(), Features); in MakeCharSourceRange()
66 const LangOptions &Features, FullSourceLoc TokLoc, in Diag() argument
70 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin, in Diag()
71 TokLoc.getManager(), Features); in Diag()
73 MakeCharSourceRange(Features, TokLoc, TokBegin, TokRangeBegin, TokRangeEnd); in Diag()
508 SourceLocation TokLoc, in NumericLiteralParser() argument
531 ParseNumberStartingWithZero(TokLoc); in NumericLiteralParser()
[all …]
DPragma.cpp289 SourceLocation TokLoc = TmpTok.getLocation(); in Handle_Pragma() local
293 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc, in Handle_Pragma()
/external/clang/include/clang/Lex/
DLiteralSupport.h58 SourceLocation TokLoc,
106 void ParseNumberStartingWithZero(SourceLocation TokLoc);
113 void checkSeparator(SourceLocation TokLoc, const char *Pos,
/external/clang/lib/Parse/
DParseStmtAsm.cpp387 SourceLocation TokLoc = Tok.getLocation(); in ParseMicrosoftAsmStatement() local
399 TokLoc = Tok.getLocation(); in ParseMicrosoftAsmStatement()
408 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
416 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
452 TokLoc = Tok.getLocation(); in ParseMicrosoftAsmStatement()
460 EndLoc = TokLoc; in ParseMicrosoftAsmStatement()
471 TokLoc = Tok.getLocation(); in ParseMicrosoftAsmStatement()
/external/clang/tools/libclang/
DCIndex.cpp5891 SourceLocation TokLoc = GetTokenLoc(I); in annotateAndAdvanceTokens() local
5892 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) { in annotateAndAdvanceTokens()
5923 SourceLocation TokLoc = getFunctionMacroTokenLoc(I); in annotateAndAdvanceFunctionMacroTokens() local
5924 if (TokLoc.isFileID()) in annotateAndAdvanceFunctionMacroTokens()
5926 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) { in annotateAndAdvanceFunctionMacroTokens()
6004 SourceLocation TokLoc = GetTokenLoc(I); in Visit() local
6005 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) { in Visit()
6019 SourceLocation TokLoc = GetTokenLoc(I); in Visit() local
6020 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) { in Visit()
6029 if (TokLoc == cursorRange.getBegin()) in Visit()
/external/clang/lib/Sema/
DSemaExpr.cpp1499 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc, in getUDSuffixLoc() argument
1501 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(), in getUDSuffixLoc()
3229 SourceLocation TokLoc = Tok.getLocation(); in ActOnNumericConstant() local
3252 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc); in ActOnNumericConstant()
3265 /*Pascal*/false, StrTy, &TokLoc, 1); in ActOnNumericConstant()
3266 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc); in ActOnNumericConstant()
3284 return BuildLiteralOperatorCall(R, OpNameInfo, None, TokLoc, in ActOnNumericConstant()
10664 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc, in ActOnBinOp() argument
10672 DiagnoseBinOpPrecedence(*this, Opc, TokLoc, LHSExpr, RHSExpr); in ActOnBinOp()
10674 return BuildBinOp(S, TokLoc, Opc, LHSExpr, RHSExpr); in ActOnBinOp()
/external/clang/include/clang/Sema/
DSema.h3963 ExprResult ActOnBinOp(Scope *S, SourceLocation TokLoc,