Home
last modified time | relevance | path

Searched refs:ImpliedMethod (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2508 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local
2513 ImpliedMethod = in checkFoundationAPI()
2515 if (!ImpliedMethod) in checkFoundationAPI()
2516 ImpliedMethod = in checkFoundationAPI()
2522 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2523 if (!ImpliedMethod) in checkFoundationAPI()
2524 ImpliedMethod = in checkFoundationAPI()
2527 if (!ImpliedMethod) in checkFoundationAPI()
2529 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2536 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()
[all …]