Searched refs:id_macro_pair (Results 1 – 1 of 1) sorted by relevance
702 typedef std::pair<const IdentifierInfo *, MacroInfo *> id_macro_pair; typedef703 static int MacroIDCompare(const id_macro_pair *LHS, const id_macro_pair *RHS) { in MacroIDCompare()719 SmallVector<id_macro_pair, 128> MacrosByID; in DoPrintMacros()724 MacrosByID.push_back(id_macro_pair(I->first, MD->getMacroInfo())); in DoPrintMacros()