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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1940   MacroInfo *AllocateMacroInfo(SourceLocation L);

References

tools/clang/lib/Lex/PPDirectives.cpp
 2460   MacroInfo *const MI = AllocateMacroInfo(MacroNameTok.getLocation());
tools/clang/lib/Lex/PPMacroExpansion.cpp
  329   MacroInfo *MI = PP.AllocateMacroInfo(SourceLocation());
tools/clang/lib/Serialization/ASTReader.cpp
 1737       MacroInfo *MI = PP.AllocateMacroInfo(Loc);
tools/clang/unittests/Lex/LexerTest.cpp
  383   MacroInfo *MI = PP->AllocateMacroInfo({});