Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp2378 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local
2383 ImpliedMethod = in checkFoundationAPI()
2385 if (!ImpliedMethod) in checkFoundationAPI()
2386 ImpliedMethod = in checkFoundationAPI()
2392 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2393 if (!ImpliedMethod) in checkFoundationAPI()
2394 ImpliedMethod = in checkFoundationAPI()
2397 if (!ImpliedMethod) in checkFoundationAPI()
2399 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2406 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()
[all …]