Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1126 std::string SelTypes; in GetSelector() local
1127 CGM.getContext().getObjCEncodingForMethodDecl(Method, SelTypes); in GetSelector()
1128 return GetSelector(CGF, Method->getSelector(), SelTypes); in GetSelector()