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

References

tools/clang/tools/extra/clang-tidy/google/ExplicitConstructorCheck.cpp
   55     Lex.LexFromRawLexer(Tok);
   56     if (Pred(Tok)) {
   59       return SourceRange(Tok.getLocation(), NextTok.getLocation());
   61   } while (Tok.isNot(tok::eof) && Tok.getLocation() < EndLoc);
   61   } while (Tok.isNot(tok::eof) && Tok.getLocation() < EndLoc);