Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2257 std::string SelTypes = CGM.getContext().getObjCEncodingForMethodDecl(Method); in GetSelector() local
2258 return GetTypedSelector(CGF, Method->getSelector(), SelTypes); in GetSelector()