Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9570 ObjCContainerDecl *SearchDecl = nullptr; in CodeCompleteObjCMethodDecl() local
9574 SearchDecl = Impl->getClassInterface(); in CodeCompleteObjCMethodDecl()
9578 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
9581 SearchDecl = dyn_cast<ObjCContainerDecl>(D); in CodeCompleteObjCMethodDecl()
9584 if (!SearchDecl && S) { in CodeCompleteObjCMethodDecl()
9586 SearchDecl = dyn_cast<ObjCContainerDecl>(DC); in CodeCompleteObjCMethodDecl()
9589 if (!SearchDecl) { in CodeCompleteObjCMethodDecl()
9597 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod, ReturnType, in CodeCompleteObjCMethodDecl()
9705 Containers.push_back(SearchDecl); in CodeCompleteObjCMethodDecl()
9713 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl); in CodeCompleteObjCMethodDecl()
[all …]