HomeSort by relevance Sort by last modified time
    Searched refs:TokLoc (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Lex/
LiteralSupport.cpp 46 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);
    [all...]
Pragma.cpp 286 SourceLocation TokLoc = TmpTok.getLocation();
290 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc,
    [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 58 SourceLocation TokLoc,
106 void ParseNumberStartingWithZero(SourceLocation TokLoc);
113 void checkSeparator(SourceLocation TokLoc, const char *Pos,
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 350 SourceLocation TokLoc = Tok.getLocation();
362 TokLoc = Tok.getLocation();
371 SrcMgr.getDecomposedExpansionLoc(TokLoc);
379 SrcMgr.getDecomposedExpansionLoc(TokLoc);
405 TokLoc = Tok.getLocation();
413 EndLoc = TokLoc;
424 TokLoc = Tok.getLocation();
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 138 milliseconds