Searched defs:propertyNameLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1710 SourceLocation propertyNameLoc) {
1740 propertyNameLoc,
1768 if (DiagnoseUseOfDecl(Getter, propertyNameLoc))
1788 if (Setter && DiagnoseUseOfDecl(Setter, propertyNameLoc))
1795 OK_ObjCProperty, propertyNameLoc, receiverNameLoc,
1800 propertyNameLoc, receiverNameLoc, IFace);
1802 return ExprError(Diag(propertyNameLoc, diag::err_property_not_found)
1707 ActOnClassPropertyRefExpr(IdentifierInfo &receiverName, IdentifierInfo &propertyName, SourceLocation receiverNameLoc, SourceLocation propertyNameLoc) argument

Completed in 248 milliseconds