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

  /external/clang/lib/Rewrite/
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/Frontend/Rewrite/
InclusionRewriter.cpp 302 DirectiveLex.LexFromRawLexer(DirectiveToken);
319 RawLex.LexFromRawLexer(RawToken);
333 RawLex.LexFromRawLexer(Tok);
337 RawLex.LexFromRawLexer(Tok);
345 RawLex.LexFromRawLexer(Tok);
364 RawLex.LexFromRawLexer(Tok);
380 RawLex.LexFromRawLexer(Tok);
431 RawLex.LexFromRawLexer(RawToken);
439 RawLex.LexFromRawLexer(RawToken);
498 RawLex.LexFromRawLexer(RawToken)
    [all...]
RewriteMacros.cpp 76 RawLex.LexFromRawLexer(RawTok);
  /external/clang/lib/ARCMigrate/
Transforms.cpp 161 lexer.LexFromRawLexer(tok);
408 lexer.LexFromRawLexer(tok);
410 lexer.LexFromRawLexer(tok);
414 lexer.LexFromRawLexer(tok);
422 lexer.LexFromRawLexer(tok);
438 lexer.LexFromRawLexer(tok);
446 lexer.LexFromRawLexer(tok);
489 lexer.LexFromRawLexer(tok);
491 lexer.LexFromRawLexer(tok);
495 lexer.LexFromRawLexer(tok)
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 309 L.LexFromRawLexer(Tok);
340 L.LexFromRawLexer(NextTok);
411 L.LexFromRawLexer(Tok);
FrontendActions.cpp 628 RawLex.LexFromRawLexer(RawTok);
632 RawLex.LexFromRawLexer(RawTok);
VerifyDiagnosticConsumer.cpp 597 RawLex.LexFromRawLexer(Tok);
  /external/clang/lib/StaticAnalyzer/Core/
IssueHash.cpp 155 while (!Lexer.LexFromRawLexer(Token) && NextStart < 2) {
HTMLDiagnostics.cpp 497 rawLexer.LexFromRawLexer(TheTok);
  /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/Format/
Format.cpp     [all...]
FormatTokenLexer.cpp 554 Lex->LexFromRawLexer(Tok.Tok);
  /external/clang/lib/Lex/
TokenLexer.cpp 617 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
307 lexer.LexFromRawLexer(token);
445 TheLexer.LexFromRawLexer(Result);
490 TheLexer.LexFromRawLexer(TheTok);
575 TheLexer.LexFromRawLexer(TheTok);
619 TheLexer.LexFromRawLexer(TheTok);
    [all...]
ModuleMap.cpp     [all...]
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp 594 while (!lexer.LexFromRawLexer(token)) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 332 lexer.LexFromRawLexer(Tok);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 517 milliseconds