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

References

tools/clang/lib/Lex/PPDirectives.cpp
 2756       assert(!OtherMI->isWarnIfUnused());
 2765       if (!OtherMI->isUsed() && OtherMI->isWarnIfUnused())
 2781     if (OtherMI->isWarnIfUnused())
 2825     if (!MI->isUsed() && MI->isWarnIfUnused())
 2828     if (MI->isWarnIfUnused())
tools/clang/lib/Lex/PPMacroExpansion.cpp
 1842   if (MI->isWarnIfUnused() && !MI->isUsed())
tools/clang/lib/Lex/Pragma.cpp
  637       if (MI->isWarnIfUnused())