Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp2504 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local
2509 ImpliedMethod = in checkFoundationAPI()
2511 if (!ImpliedMethod) in checkFoundationAPI()
2512 ImpliedMethod = in checkFoundationAPI()
2518 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2519 if (!ImpliedMethod) in checkFoundationAPI()
2520 ImpliedMethod = in checkFoundationAPI()
2523 if (!ImpliedMethod) in checkFoundationAPI()
2525 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2532 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()
[all …]