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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1096   void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);

References

tools/clang/include/clang/Lex/Preprocessor.h
 1100     appendMacroDirective(II, MD);
tools/clang/lib/Lex/PPDirectives.cpp
 1457   appendMacroDirective(II, AllocateVisibilityMacroDirective(
 1484   appendMacroDirective(II, AllocateVisibilityMacroDirective(
 2840     appendMacroDirective(II, Undef);
tools/clang/lib/Lex/Pragma.cpp
  639       appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc));