Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1065 IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, in ActOnPropertyImplDecl() argument
1190 if (!PropertyIvar) in ActOnPropertyImplDecl()
1191 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()
1194 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl()
1269 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()
1311 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()
1408 } else if (PropertyIvar) in ActOnPropertyImplDecl()
1548 IC->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1551 << PropertyIvar; in ActOnPropertyImplDecl()
1573 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h955 IdentifierInfo *PropertyIvar,