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

  /external/clang/lib/Rewrite/
TokenRewriter.cpp 34 RawLex.LexFromRawLexer(RawTok);
45 RawLex.LexFromRawLexer(RawTok);
HTMLRewrite.cpp 373 L.LexFromRawLexer(Tok);
424 L.LexFromRawLexer(Tok);
427 L.LexFromRawLexer(Tok);
439 L.LexFromRawLexer(Tok);
459 L.LexFromRawLexer(Tok);
RewriteMacros.cpp 76 RawLex.LexFromRawLexer(RawTok);
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 314 lexer.LexFromRawLexer(tok);
316 lexer.LexFromRawLexer(tok);
321 lexer.LexFromRawLexer(tok);
329 lexer.LexFromRawLexer(tok);
346 lexer.LexFromRawLexer(tok);
354 lexer.LexFromRawLexer(tok);
396 lexer.LexFromRawLexer(tok);
398 lexer.LexFromRawLexer(tok);
403 lexer.LexFromRawLexer(tok);
410 lexer.LexFromRawLexer(tok)
    [all...]
Transforms.cpp 130 lexer.LexFromRawLexer(tok);
  /external/clang/lib/Frontend/
FrontendActions.cpp 135 RawLex.LexFromRawLexer(RawTok);
139 RawLex.LexFromRawLexer(RawTok);
CacheTokens.cpp 285 L.LexFromRawLexer(Tok);
316 L.LexFromRawLexer(NextTok);
387 L.LexFromRawLexer(Tok);
  /external/clang/include/clang/Lex/
Lexer.h 155 /// LexFromRawLexer - Lex a token from a designated raw lexer (one with no
158 bool LexFromRawLexer(Token &Result) {
  /external/clang/lib/Lex/
TokenLexer.cpp 537 bool isInvalid = !TL.LexFromRawLexer(Result);
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 452 rawLexer.LexFromRawLexer(TheTok);
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 571 TheLexer.LexFromRawLexer(TheTok);
    [all...]

Completed in 747 milliseconds