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.cpp2169 ObjCIvarDecl* ImplIvar = ivars[i]; in CheckImplementationIvars() local
2186 ImplIvar->setLexicalDeclContext(ImpDecl); in CheckImplementationIvars()
2187 IDecl->makeDeclVisibleInContext(ImplIvar); in CheckImplementationIvars()
2188 ImpDecl->addDecl(ImplIvar); in CheckImplementationIvars()
2199 ObjCIvarDecl* ImplIvar = ivars[j++]; in CheckImplementationIvars() local
2201 assert (ImplIvar && "missing implementation ivar"); in CheckImplementationIvars()
2207 << ImplIvar->getIdentifier() in CheckImplementationIvars()
2208 << ImplIvar->getType() << ClsIvar->getType(); in CheckImplementationIvars()
2211 ImplIvar->getBitWidthValue(Context) != in CheckImplementationIvars()
2213 Diag(ImplIvar->getBitWidth()->getBeginLoc(), in CheckImplementationIvars()
[all …]