Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3877 for (auto &untypedSel : allSelectors) { in ModuleInitFunction() local
3878 std::string selNameStr = untypedSel.getAsString(); in ModuleInitFunction()
3881 for (TypedSelector &sel : table[untypedSel]) { in ModuleInitFunction()