OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:id_macro_pair
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
681
typedef std::pair<const IdentifierInfo *, MacroInfo *>
id_macro_pair
;
typedef
682
static int MacroIDCompare(const
id_macro_pair
*LHS, const
id_macro_pair
*RHS) {
698
SmallVector<
id_macro_pair
, 128> MacrosByID;
703
MacrosByID.push_back(
id_macro_pair
(I->first, MD->getMacroInfo()));
Completed in 117 milliseconds