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.cpp2172 ObjCIvarDecl* ImplIvar = ivars[i]; in CheckImplementationIvars() local
2174 IDecl->getIvarDecl(ImplIvar->getIdentifier())) { in CheckImplementationIvars()
2175 Diag(ImplIvar->getLocation(), diag::err_duplicate_ivar_declaration); in CheckImplementationIvars()
2182 CDecl->getIvarDecl(ImplIvar->getIdentifier())) { in CheckImplementationIvars()
2183 Diag(ImplIvar->getLocation(), diag::err_duplicate_ivar_declaration); in CheckImplementationIvars()
2189 ImplIvar->setLexicalDeclContext(ImpDecl); in CheckImplementationIvars()
2190 IDecl->makeDeclVisibleInContext(ImplIvar); in CheckImplementationIvars()
2191 ImpDecl->addDecl(ImplIvar); in CheckImplementationIvars()
2202 ObjCIvarDecl* ImplIvar = ivars[j++]; in CheckImplementationIvars() local
2204 assert (ImplIvar && "missing implementation ivar"); in CheckImplementationIvars()
[all …]