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/
Transforms.cpp 100 lexer.LexFromRawLexer(tok);
346 lexer.LexFromRawLexer(tok);
348 lexer.LexFromRawLexer(tok);
353 lexer.LexFromRawLexer(tok);
361 lexer.LexFromRawLexer(tok);
378 lexer.LexFromRawLexer(tok);
386 lexer.LexFromRawLexer(tok);
429 lexer.LexFromRawLexer(tok);
431 lexer.LexFromRawLexer(tok);
436 lexer.LexFromRawLexer(tok)
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 285 L.LexFromRawLexer(Tok);
316 L.LexFromRawLexer(NextTok);
387 L.LexFromRawLexer(Tok);
FrontendActions.cpp 371 RawLex.LexFromRawLexer(RawTok);
375 RawLex.LexFromRawLexer(RawTok);
  /external/clang/include/clang/Lex/
Lexer.h 157 /// LexFromRawLexer - Lex a token from a designated raw lexer (one with no
160 bool LexFromRawLexer(Token &Result) {
  /external/clang/lib/Lex/
TokenLexer.cpp 537 bool isInvalid = !TL.LexFromRawLexer(Result);
ModuleMap.cpp 570 L.LexFromRawLexer(LToken);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 449 rawLexer.LexFromRawLexer(TheTok);
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 716 TheLexer.LexFromRawLexer(TheTok);
    [all...]

Completed in 331 milliseconds