reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/ARCMigrate/Transforms.cpp
  155   lexer.LexFromRawLexer(tok);
  403   lexer.LexFromRawLexer(tok);
  405   lexer.LexFromRawLexer(tok);
  409   lexer.LexFromRawLexer(tok);
  417   lexer.LexFromRawLexer(tok);
  433       lexer.LexFromRawLexer(tok);
  441     lexer.LexFromRawLexer(tok);
  484   lexer.LexFromRawLexer(tok);
  486   lexer.LexFromRawLexer(tok);
  490   lexer.LexFromRawLexer(tok);
  497   lexer.LexFromRawLexer(tok);
tools/clang/lib/AST/Expr.cpp
 1262     TheLexer.LexFromRawLexer(TheTok);
tools/clang/lib/Format/FormatTokenLexer.cpp
  830   Lex->LexFromRawLexer(Tok.Tok);
tools/clang/lib/Frontend/FrontendAction.cpp
  251   if (RawLexer->LexFromRawLexer(T) || T.getKind() != tok::hash)
  253   if (RawLexer->LexFromRawLexer(T) || T.isAtStartOfLine() ||
  266   RawLexer->LexFromRawLexer(T);
  273   RawLexer->LexFromRawLexer(T);
tools/clang/lib/Frontend/FrontendActions.cpp
  741   RawLex.LexFromRawLexer(RawTok);
  745     RawLex.LexFromRawLexer(RawTok);
tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
  352     DirectiveLex.LexFromRawLexer(DirectiveToken);
  369   RawLex.LexFromRawLexer(RawToken);
  407   RawLex.LexFromRawLexer(RawToken);
  415       RawLex.LexFromRawLexer(RawToken);
  481               RawLex.LexFromRawLexer(RawToken);
  514               RawLex.LexFromRawLexer(RawToken);
  530     RawLex.LexFromRawLexer(RawToken);
tools/clang/lib/Frontend/Rewrite/RewriteMacros.cpp
   75     RawLex.LexFromRawLexer(RawTok);
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  823     RawLex.LexFromRawLexer(Tok);
tools/clang/lib/Lex/Lexer.cpp
  346   lexer.LexFromRawLexer(token);
  483   TheLexer.LexFromRawLexer(Result);
  535     TheLexer.LexFromRawLexer(TheTok);
  615     TheLexer.LexFromRawLexer(TheTok);
  659       TheLexer.LexFromRawLexer(TheTok);
 1262   lexer.LexFromRawLexer(Tok);
tools/clang/lib/Lex/ModuleMap.cpp
 1487   L.LexFromRawLexer(LToken);
 1606         L.LexFromRawLexer(LToken);
tools/clang/lib/Lex/TokenLexer.cpp
  840       bool isInvalid = !TL.LexFromRawLexer(Result);
tools/clang/lib/Rewrite/HTMLRewrite.cpp
  459   L.LexFromRawLexer(Tok);
  511       L.LexFromRawLexer(Tok);
  514         L.LexFromRawLexer(Tok);
  526     L.LexFromRawLexer(Tok);
  546     L.LexFromRawLexer(Tok);
tools/clang/lib/Rewrite/TokenRewriter.cpp
   39   RawLex.LexFromRawLexer(RawTok);
   50     RawLex.LexFromRawLexer(RawTok);
tools/clang/lib/Sema/SemaObjCProperty.cpp
  333     lexer.LexFromRawLexer(Tok);
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
 1153   while (!TheLexer.LexFromRawLexer(I)) {
tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  893       rawLexer.LexFromRawLexer(TheTok);
tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp
  160   while (!Lexer.LexFromRawLexer(Token) && NextStart < 2) {
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
 1068   RawLexer.LexFromRawLexer(TheTok);
 1096   RawLexer.LexFromRawLexer(TheTok);
 1140       RawLexer.LexFromRawLexer(TheTok);
 1160         RawLexer.LexFromRawLexer(TheTok);
tools/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
   48   Lex.LexFromRawLexer(Tok);
   59   bool Matched = Tok.is(tok::hash) && !Lex.LexFromRawLexer(Tok) &&
   61                  Tok.getRawIdentifier() == Name && !Lex.LexFromRawLexer(Tok) &&
   65     Lex.LexFromRawLexer(Tok);
   71     if (Lex.LexFromRawLexer(Tok))
  123     Lex.LexFromRawLexer(Tok);
  126   if (Tok.is(tok::hash) && !Lex.LexFromRawLexer(Tok) &&
  128     if (Lex.LexFromRawLexer(Tok))
  133       while (!Lex.LexFromRawLexer(Tok) && Tok.isNot(tok::greater)) {
tools/clang/lib/Tooling/Syntax/Tokens.cpp
  268   while (!L.LexFromRawLexer(T))
tools/clang/tools/clang-refactor/TestSupport.cpp
  319   for (Lex.LexFromRawLexer(Tok); Tok.isNot(tok::eof);
  320        Lex.LexFromRawLexer(Tok)) {
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  668   while (!Lex->LexFromRawLexer(Tok) && Tok.isNot(tok::TokenKind::l_brace)) {
tools/clang/tools/extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
   86     if (TheLexer.LexFromRawLexer(Tok))
tools/clang/tools/extra/clang-tidy/bugprone/SuspiciousSemicolonCheck.cpp
   60   if (Lexer.LexFromRawLexer(Token))
tools/clang/tools/extra/clang-tidy/google/ExplicitConstructorCheck.cpp
   55     Lex.LexFromRawLexer(Tok);
   58       Lex.LexFromRawLexer(NextTok);
tools/clang/tools/extra/clang-tidy/misc/StaticAssertCheck.cpp
  159   if (Lexer.LexFromRawLexer(Token) || Lexer.LexFromRawLexer(Token) ||
  159   if (Lexer.LexFromRawLexer(Token) || Lexer.LexFromRawLexer(Token) ||
  164   while (ParenCount && !Lexer.LexFromRawLexer(Token)) {
tools/clang/tools/extra/clang-tidy/modernize/RedundantVoidArgCheck.cpp
  144   while (!PrototypeLexer.LexFromRawLexer(ProtoToken)) {
tools/clang/tools/extra/clang-tidy/modernize/UseOverrideCheck.cpp
   60   while (!RawLexer.LexFromRawLexer(Tok)) {
tools/clang/tools/extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
  138   while (!Lexer.LexFromRawLexer(T)) {
  219   while (!Lexer.LexFromRawLexer(T) &&
tools/clang/tools/extra/clang-tidy/modernize/UseUsingCheck.cpp
   45   while (!DeclLexer.LexFromRawLexer(Tok) && !Tok.is(tok::semi)) {
tools/clang/tools/extra/clang-tidy/readability/AvoidConstParamsInDecls.cpp
   62   while (!RawLexer.LexFromRawLexer(Tok)) {
tools/clang/tools/extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
  310   while (!Lex.LexFromRawLexer(Tok)) {
tools/clang/tools/extra/clang-tidy/utils/LexerUtils.cpp
  105   while (!RawLexer.LexFromRawLexer(Tok) &&
tools/clang/tools/extra/clangd/Format.cpp
   31   while (!Lex.LexFromRawLexer(Tok)) {
tools/clang/tools/extra/clangd/ParsedAST.cpp
  179       RawLexer.LexFromRawLexer(HashTok);
  182       RawLexer.LexFromRawLexer(IncludeTok);
tools/clang/tools/extra/clangd/SourceCode.cpp
  732   while (!Lex.LexFromRawLexer(Tok))
tools/clang/tools/libclang/CIndex.cpp
 6731     Lex.LexFromRawLexer(Tok);
 7432   Lex.LexFromRawLexer(Tok);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
  239     exit = lex.LexFromRawLexer(token);
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
  649   for (lexer.LexFromRawLexer(token); !token.is(clang::tok::eof);
  650        lexer.LexFromRawLexer(token)) {
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
  180     exit = lex.LexFromRawLexer(token);