Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp900 IdentifierInfo *PropertyIvar, in ActOnPropertyImplDecl() argument
1027 if (!PropertyIvar) in ActOnPropertyImplDecl()
1028 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()
1031 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl()
1107 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()
1140 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()
1229 } else if (PropertyIvar) in ActOnPropertyImplDecl()
1350 IC->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1353 << PropertyIvar; in ActOnPropertyImplDecl()
1375 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()
[all …]
/external/clang/include/clang/Sema/
DSema.h7517 IdentifierInfo *PropertyIvar,