Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp7778 ObjCContainerDecl *SearchDecl = nullptr; in CodeCompleteObjCMethodDecl() local
7782 SearchDecl = Impl->getClassInterface(); in CodeCompleteObjCMethodDecl()
7786 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
7789 SearchDecl = dyn_cast<ObjCContainerDecl>(D); in CodeCompleteObjCMethodDecl()
7792 if (!SearchDecl && S) { in CodeCompleteObjCMethodDecl()
7794 SearchDecl = dyn_cast<ObjCContainerDecl>(DC); in CodeCompleteObjCMethodDecl()
7797 if (!SearchDecl) { in CodeCompleteObjCMethodDecl()
7805 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod, ReturnType, in CodeCompleteObjCMethodDecl()
7909 Containers.push_back(SearchDecl); in CodeCompleteObjCMethodDecl()
7917 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl); in CodeCompleteObjCMethodDecl()
[all …]