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
   46   if (StartLoc.isMacroID() || EndLoc.isMacroID())
   48   FileID File = Sources.getFileID(Sources.getSpellingLoc(StartLoc));
   50   const char *StartChar = Sources.getCharacterData(StartLoc);
   51   Lexer Lex(StartLoc, LangOpts, StartChar, StartChar, Buf.end());