Home
last modified time | relevance | path

Searched refs:id_macro_pair (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDPrintPreprocessedOutput.cpp820 typedef std::pair<const IdentifierInfo *, MacroInfo *> id_macro_pair; typedef
821 static int MacroIDCompare(const id_macro_pair *LHS, const id_macro_pair *RHS) { in MacroIDCompare()
837 SmallVector<id_macro_pair, 128> MacrosByID; in DoPrintMacros()
842 MacrosByID.push_back(id_macro_pair(I->first, MD->getMacroInfo())); in DoPrintMacros()