Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9811 ObjCContainerDecl *SearchDecl = nullptr; in CodeCompleteObjCMethodDecl() local
9815 SearchDecl = Impl->getClassInterface(); in CodeCompleteObjCMethodDecl()
9819 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
9822 SearchDecl = dyn_cast<ObjCContainerDecl>(D); in CodeCompleteObjCMethodDecl()
9825 if (!SearchDecl && S) { in CodeCompleteObjCMethodDecl()
9827 SearchDecl = dyn_cast<ObjCContainerDecl>(DC); in CodeCompleteObjCMethodDecl()
9830 if (!SearchDecl) { in CodeCompleteObjCMethodDecl()
9838 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod, ReturnType, in CodeCompleteObjCMethodDecl()
9946 Containers.push_back(SearchDecl); in CodeCompleteObjCMethodDecl()
9954 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl); in CodeCompleteObjCMethodDecl()
[all …]