Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp237 ObjCInterfaceDecl *CurrentInterfaceDecl = IFace; in ActOnProperty() local
238 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty()
250 CurrentInterfaceDecl = Super; in ActOnProperty()
255 for (auto *P : CurrentInterfaceDecl->protocols()) { in ActOnProperty()