Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2506 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local
2511 ImpliedMethod = in checkFoundationAPI()
2513 if (!ImpliedMethod) in checkFoundationAPI()
2514 ImpliedMethod = in checkFoundationAPI()
2520 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2521 if (!ImpliedMethod) in checkFoundationAPI()
2522 ImpliedMethod = in checkFoundationAPI()
2525 if (!ImpliedMethod) in checkFoundationAPI()
2527 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2534 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()
[all …]