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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 2018   UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);

References

tools/clang/lib/Lex/PPDirectives.cpp
 2831     Undef = AllocateUndefMacroDirective(MacroNameTok.getLocation());
tools/clang/lib/Lex/Pragma.cpp
  639       appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc));
tools/clang/lib/Serialization/ASTReader.cpp
 2195       MD = PP.AllocateUndefMacroDirective(Loc);