Searched defs:MacroIDCompare (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp670 static int MacroIDCompare(const id_macro_pair *LHS, const id_macro_pair *RHS) { function
692 llvm::array_pod_sort(MacrosByID.begin(), MacrosByID.end(), MacroIDCompare);

Completed in 92 milliseconds