HomeSort by: relevance | last modified time | path
    Searched refs:TokLoc (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
LiteralSupport.cpp 60 FullSourceLoc TokLoc,
65 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin,
66 TokLoc.getManager(), Features);
69 TokLoc.getManager(), Features);
79 const LangOptions &Features, FullSourceLoc TokLoc,
83 Lexer::AdvanceToTokenCharacter(TokLoc, TokRangeBegin - TokBegin,
84 TokLoc.getManager(), Features);
86 MakeCharSourceRange(Features, TokLoc, TokBegin, TokRangeBegin, TokRangeEnd);
527 SourceLocation TokLoc,
561 ParseNumberStartingWithZero(TokLoc);
    [all...]
Pragma.cpp 323 SourceLocation TokLoc = TmpTok.getLocation();
327 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 59 NumericLiteralParser(StringRef TokSpelling, SourceLocation TokLoc,
125 void ParseNumberStartingWithZero(SourceLocation TokLoc);
126 void ParseDecimalOrOctalCommon(SourceLocation TokLoc);
139 void checkSeparator(SourceLocation TokLoc, const char *Pos,
Preprocessor.h 1810 /// Split the first Length characters out of the token starting at TokLoc
1813 SourceLocation SplitToken(SourceLocation TokLoc, unsigned Length);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmtAsm.cpp 409 SourceLocation TokLoc = Tok.getLocation();
422 TokLoc = Tok.getLocation();
431 SrcMgr.getDecomposedExpansionLoc(TokLoc);
439 SrcMgr.getDecomposedExpansionLoc(TokLoc);
489 TokLoc = Tok.getLocation();
497 EndLoc = TokLoc;
508 TokLoc = Tok.getLocation();
ParseTemplate.cpp 1103 SourceLocation TokLoc = Tok.getLocation();
1121 TokLoc, Lexer::AdvanceToTokenCharacter(TokLoc, 2, PP.getSourceManager(),
1142 Diag(TokLoc, DiagId) << Hint1 << Hint2;
1148 TokLoc, 1, PP.getSourceManager(), getLangOpts());
1153 RAngleLoc = PP.SplitToken(TokLoc, GreaterLength);
1174 SourceLocation AfterGreaterLoc = TokLoc.getLocWithOffset(GreaterLength);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 898 auto TokLoc = S->getBeginLoc();
900 Builder.findToken(TokLoc)->text(Context.getSourceManager());
902 NumericLiteralParser(TokSpelling, TokLoc, Context.getSourceManager(),
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 7195 SourceLocation TokLoc = GetTokenLoc(I);
7196 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) {
7225 SourceLocation TokLoc = getFunctionMacroTokenLoc(I);
7226 if (TokLoc.isFileID())
7228 if (LocationCompare(SrcMgr, TokLoc, range) == compResult) {
7310 SourceLocation TokLoc = GetTokenLoc(I);
7311 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) {
7325 SourceLocation TokLoc = GetTokenLoc(I);
7326 switch (LocationCompare(SrcMgr, TokLoc, cursorRange)) {
7335 if (TokLoc == cursorRange.getBegin()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 1746 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc,
1748 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(),
3704 SourceLocation TokLoc = Tok.getLocation();
3731 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3744 /*Pascal*/false, StrTy, &TokLoc, 1);
3745 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3763 return BuildLiteralOperatorCall(R, OpNameInfo, None, TokLoc,
13953 /// operator @p Opc at location @c TokLoc. This routine only supports
14433 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc,
14441 DiagnoseBinOpPrecedence(*this, Opc, TokLoc, LHSExpr, RHSExpr)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5445 ExprResult ActOnBinOp(Scope *S, SourceLocation TokLoc,

Completed in 55 milliseconds