Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2323 ObjCMethodDecl *ImpliedMethod; in checkFoundationAPI() local
2328 ImpliedMethod = in checkFoundationAPI()
2330 if (!ImpliedMethod) in checkFoundationAPI()
2331 ImpliedMethod = in checkFoundationAPI()
2338 if (!ImpliedMethod) in checkFoundationAPI()
2339 ImpliedMethod = in checkFoundationAPI()
2342 if (!ImpliedMethod) in checkFoundationAPI()
2344 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2346 QualType Ret = ImpliedMethod->getReturnType(); in checkFoundationAPI()
2352 S.Diag(ImpliedMethod->getBeginLoc(), in checkFoundationAPI()
[all …]