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

References

tools/clang/tools/extra/clang-tidy/modernize/UseNodiscardCheck.cpp
   25   if (MacroId.startswith("[[") || MacroId.startswith("__attribute__"))
   25   if (MacroId.startswith("[[") || MacroId.startswith("__attribute__"))
   29   return Context.Idents.get(MacroId).hasMacroDefinition();