Searched refs:GetTypedSelector (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 510 virtual llvm::Value *GetTypedSelector(CodeGenFunction &CGF, Selector Sel, 1445 llvm::Value *GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector() function in __anonbab9bb100111::CGObjCGNUstep2 2456 llvm::Value *CGObjCGNU::GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector() function in CGObjCGNU 2491 return GetTypedSelector(CGF, Sel, std::string()); in GetSelector() 2497 return GetTypedSelector(CGF, Method->getSelector(), SelTypes); in GetSelector()
|