Searched refs:GetTypedSelector (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 512 virtual llvm::Value *GetTypedSelector(CodeGenFunction &CGF, Selector Sel, 1446 llvm::Value *GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector() function in __anonaf5ecb460111::CGObjCGNUstep2 2457 llvm::Value *CGObjCGNU::GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector() function in CGObjCGNU 2492 return GetTypedSelector(CGF, Sel, std::string()); in GetSelector() 2498 return GetTypedSelector(CGF, Method->getSelector(), SelTypes); in GetSelector()
|