Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp890 IdentifierInfo *PropertyIvar, in ActOnPropertyImplDecl() argument
1012 if (!PropertyIvar) in ActOnPropertyImplDecl()
1013 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()
1016 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl()
1092 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()
1125 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()
1214 } else if (PropertyIvar) in ActOnPropertyImplDecl()
1335 IC->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1338 << PropertyIvar; in ActOnPropertyImplDecl()
1360 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()
[all …]
/external/clang/include/clang/Sema/
DSema.h7347 IdentifierInfo *PropertyIvar,