Searched refs:GetTypedSelector (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 511 virtual llvm::Value *GetTypedSelector(CodeGenFunction &CGF, Selector Sel, 1437 llvm::Value *GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector() function in __anon90b381c40111::CGObjCGNUstep2 2335 llvm::Value *CGObjCGNU::GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector() function in CGObjCGNU 2369 return GetTypedSelector(CGF, Sel, std::string()); in GetSelector() 2375 return GetTypedSelector(CGF, Method->getSelector(), SelTypes); in GetSelector()
|