Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1083 std::string SelTypes; in GetSelector() local
1084 CGM.getContext().getObjCEncodingForMethodDecl(Method, SelTypes); in GetSelector()
1085 return GetSelector(CGF, Method->getSelector(), SelTypes, false); in GetSelector()