Home | History | Annotate | Download | only in Lex

Lines Matching refs:MacroInfo

21 #include "clang/Lex/MacroInfo.h"
675 // Get the MacroInfo associated with IdentInfo.
676 MacroInfo *MI = getMacroInfo(IdentInfo);
679 // Allow the original MacroInfo to be redefined later.
683 // Push the cloned MacroInfo so we can retrieve it later.
700 // Find the vector<MacroInfo*> associated with the macro.
701 llvm::DenseMap<IdentifierInfo*, std::vector<MacroInfo*> >::iterator iter =
704 // Forget the MacroInfo currently associated with IdentInfo.
711 // Get the MacroInfo we want to reinstall.
712 MacroInfo *MacroToReInstall = iter->second.back();