Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp232 ObjCInterfaceDecl *CurrentInterfaceDecl = IFace; in ActOnProperty() local
233 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty()
240 CurrentInterfaceDecl = Super; in ActOnProperty()
245 for (auto *P : CurrentInterfaceDecl->protocols()) { in ActOnProperty()