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

References

tools/clang/include/clang/Lex/Preprocessor.h
 1032     return MD && MD->isDefined();
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  841     if (MD && MD->isDefined())
tools/clang/lib/Lex/PPMacroExpansion.cpp
   87   if (!MD->isDefined() && LeafModuleMacros.find(II) == LeafModuleMacros.end())
  125   if (!MD->isDefined() && LeafModuleMacros.find(II) == LeafModuleMacros.end())