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