Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp2503 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local
2508 ImpliedMethod = in checkFoundationAPI()
2510 if (!ImpliedMethod) in checkFoundationAPI()
2511 ImpliedMethod = in checkFoundationAPI()
2517 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2518 if (!ImpliedMethod) in checkFoundationAPI()
2519 ImpliedMethod = in checkFoundationAPI()
2522 if (!ImpliedMethod) in checkFoundationAPI()
2524 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2531 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()
[all …]