Searched refs:GetTypedSelector (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGObjCGNU.cpp | 520 virtual llvm::Value *GetTypedSelector(CodeGenFunction &CGF, Selector Sel, 1429 llvm::Value *GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector() function in __anon786c61a70111::CGObjCGNUstep2 2320 llvm::Value *CGObjCGNU::GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector() function in CGObjCGNU 2354 return GetTypedSelector(CGF, Sel, std::string()); in GetSelector() 2360 return GetTypedSelector(CGF, Method->getSelector(), SelTypes); in GetSelector()
|