Searched refs:GetTypedSelector (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 520 virtual llvm::Value *GetTypedSelector(CodeGenFunction &CGF, Selector Sel, 1380 llvm::Value *GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector() function in __anon0fc3211f0111::CGObjCGNUstep2 2218 llvm::Value *CGObjCGNU::GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector() function in CGObjCGNU 2252 return GetTypedSelector(CGF, Sel, std::string()); in GetSelector() 2258 return GetTypedSelector(CGF, Method->getSelector(), SelTypes); in GetSelector()
|