Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp1082 IdentifierInfo *PropertyIvar, in ActOnPropertyImplDecl() argument
1207 if (!PropertyIvar) in ActOnPropertyImplDecl()
1208 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()
1211 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl()
1286 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()
1319 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()
1418 } else if (PropertyIvar) in ActOnPropertyImplDecl()
1560 IC->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1563 << PropertyIvar; in ActOnPropertyImplDecl()
1585 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h9724 IdentifierInfo *PropertyIvar,