Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp511 virtual llvm::Value *GetTypedSelector(CodeGenFunction &CGF, Selector Sel,
1435 llvm::Value *GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector() function in __anon119c321b0111::CGObjCGNUstep2
2332 llvm::Value *CGObjCGNU::GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector() function in CGObjCGNU
2366 return GetTypedSelector(CGF, Sel, std::string()); in GetSelector()
2372 return GetTypedSelector(CGF, Method->getSelector(), SelTypes); in GetSelector()