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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp6894 ObjCContainerDecl *SearchDecl = 0; local
6898 SearchDecl = Impl->getClassInterface();
6902 SearchDecl = CatImpl->getCategoryDecl();
6905 SearchDecl = dyn_cast<ObjCContainerDecl>(D);
6908 if (!SearchDecl && S) {
6910 SearchDecl = dyn_cast<ObjCContainerDecl>(DC);
6913 if (!SearchDecl) {
6922 FindImplementableMethods(Context, SearchDecl, IsInstanceMethod,
7013 Containers.push_back(SearchDecl);
7022 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl);
[all...]

Completed in 50 milliseconds