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.cpp2517 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local
2522 ImpliedMethod = in checkFoundationAPI()
2524 if (!ImpliedMethod) in checkFoundationAPI()
2525 ImpliedMethod = in checkFoundationAPI()
2531 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2532 if (!ImpliedMethod) in checkFoundationAPI()
2533 ImpliedMethod = in checkFoundationAPI()
2536 if (!ImpliedMethod) in checkFoundationAPI()
2538 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2545 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()
[all …]