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 47 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);
    [all...]
Pragma.cpp 284 SourceLocation TokLoc = TmpTok.getLocation();
288 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 365 SourceLocation TokLoc = Tok.getLocation();
377 TokLoc = Tok.getLocation();
386 SrcMgr.getDecomposedExpansionLoc(TokLoc);
394 SrcMgr.getDecomposedExpansionLoc(TokLoc);
430 TokLoc = Tok.getLocation();
438 EndLoc = TokLoc;
449 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 88 milliseconds