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

  /external/clang/lib/Rewrite/Core/
TokenRewriter.cpp 34 RawLex.LexFromRawLexer(RawTok);
45 RawLex.LexFromRawLexer(RawTok);
HTMLRewrite.cpp 372 L.LexFromRawLexer(Tok);
423 L.LexFromRawLexer(Tok);
426 L.LexFromRawLexer(Tok);
438 L.LexFromRawLexer(Tok);
458 L.LexFromRawLexer(Tok);
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 251 DirectiveLex.LexFromRawLexer(DirectiveToken);
267 RawLex.LexFromRawLexer(RawToken);
281 RawLex.LexFromRawLexer(Tok);
285 RawLex.LexFromRawLexer(Tok);
293 RawLex.LexFromRawLexer(Tok);
312 RawLex.LexFromRawLexer(Tok);
328 RawLex.LexFromRawLexer(Tok);
376 RawLex.LexFromRawLexer(RawToken);
384 RawLex.LexFromRawLexer(RawToken);
442 RawLex.LexFromRawLexer(RawToken)
    [all...]
RewriteMacros.cpp 76 RawLex.LexFromRawLexer(RawTok);
  /external/clang/lib/ARCMigrate/
Transforms.cpp 162 lexer.LexFromRawLexer(tok);
412 lexer.LexFromRawLexer(tok);
414 lexer.LexFromRawLexer(tok);
418 lexer.LexFromRawLexer(tok);
426 lexer.LexFromRawLexer(tok);
442 lexer.LexFromRawLexer(tok);
450 lexer.LexFromRawLexer(tok);
493 lexer.LexFromRawLexer(tok);
495 lexer.LexFromRawLexer(tok);
499 lexer.LexFromRawLexer(tok)
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 308 L.LexFromRawLexer(Tok);
339 L.LexFromRawLexer(NextTok);
410 L.LexFromRawLexer(Tok);
FrontendActions.cpp 557 RawLex.LexFromRawLexer(RawTok);
561 RawLex.LexFromRawLexer(RawTok);
VerifyDiagnosticConsumer.cpp 602 RawLex.LexFromRawLexer(Tok);
  /external/clang/include/clang/Lex/
Lexer.h 106 /// suitable for calls to 'LexFromRawLexer'. This lexer assumes that the
112 /// suitable for calls to 'LexFromRawLexer'. This lexer assumes that the
151 /// LexFromRawLexer - Lex a token from a designated raw lexer (one with no
154 bool LexFromRawLexer(Token &Result) {
  /external/clang/lib/Lex/
TokenLexer.cpp 593 bool isInvalid = !TL.LexFromRawLexer(Result);
    [all...]
Lexer.cpp 129 /// suitable for calls to 'LexFromRawLexer'. This lexer assumes that the text
142 /// suitable for calls to 'LexFromRawLexer'. This lexer assumes that the text
313 lexer.LexFromRawLexer(token);
451 TheLexer.LexFromRawLexer(Result);
496 TheLexer.LexFromRawLexer(TheTok);
581 TheLexer.LexFromRawLexer(TheTok);
625 TheLexer.LexFromRawLexer(TheTok);
    [all...]
ModuleMap.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 479 rawLexer.LexFromRawLexer(TheTok);
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 294 lexer.LexFromRawLexer(Tok);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 410 milliseconds