Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2181 ObjCIvarDecl* ImplIvar = ivars[i]; in CheckImplementationIvars() local
2183 IDecl->getIvarDecl(ImplIvar->getIdentifier())) { in CheckImplementationIvars()
2184 Diag(ImplIvar->getLocation(), diag::err_duplicate_ivar_declaration); in CheckImplementationIvars()
2191 CDecl->getIvarDecl(ImplIvar->getIdentifier())) { in CheckImplementationIvars()
2192 Diag(ImplIvar->getLocation(), diag::err_duplicate_ivar_declaration); in CheckImplementationIvars()
2198 ImplIvar->setLexicalDeclContext(ImpDecl); in CheckImplementationIvars()
2199 IDecl->makeDeclVisibleInContext(ImplIvar); in CheckImplementationIvars()
2200 ImpDecl->addDecl(ImplIvar); in CheckImplementationIvars()
2211 ObjCIvarDecl* ImplIvar = ivars[j++]; in CheckImplementationIvars() local
2213 assert (ImplIvar && "missing implementation ivar"); in CheckImplementationIvars()
[all …]