Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp2505 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local
2510 ImpliedMethod = in checkFoundationAPI()
2512 if (!ImpliedMethod) in checkFoundationAPI()
2513 ImpliedMethod = in checkFoundationAPI()
2519 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2520 if (!ImpliedMethod) in checkFoundationAPI()
2521 ImpliedMethod = in checkFoundationAPI()
2524 if (!ImpliedMethod) in checkFoundationAPI()
2526 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2533 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()
[all …]