Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()