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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp8734 ObjCContainerDecl *SearchDecl = nullptr; local
8738 SearchDecl = Impl->getClassInterface();
8742 SearchDecl = CatImpl->getCategoryDecl();
8745 SearchDecl = dyn_cast<ObjCContainerDecl>(D);
8748 if (!SearchDecl && S) {
8750 SearchDecl = dyn_cast<ObjCContainerDecl>(DC);
8753 if (!SearchDecl) {
8761 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod, ReturnType,
8869 Containers.push_back(SearchDecl);
8877 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl);
[all...]

Completed in 348 milliseconds