Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp3683 std::vector<Selector> allSelectors; in ModuleInitFunction() local
3685 allSelectors.push_back(entry.first); in ModuleInitFunction()
3686 llvm::sort(allSelectors); in ModuleInitFunction()
3688 for (auto &untypedSel : allSelectors) { in ModuleInitFunction()