Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp703 static int MacroIDCompare(const id_macro_pair *LHS, const id_macro_pair *RHS) { in MacroIDCompare() function
726 llvm::array_pod_sort(MacrosByID.begin(), MacrosByID.end(), MacroIDCompare); in DoPrintMacros()
/external/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp821 static int MacroIDCompare(const id_macro_pair *LHS, const id_macro_pair *RHS) { in MacroIDCompare() function
844 llvm::array_pod_sort(MacrosByID.begin(), MacrosByID.end(), MacroIDCompare); in DoPrintMacros()