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

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1927 SourceLocation propertyNameLoc) {
1954 propertyNameLoc,
1983 if (DiagnoseUseOfDecl(Getter, propertyNameLoc))
2003 if (Setter && DiagnoseUseOfDecl(Setter, propertyNameLoc))
2010 OK_ObjCProperty, propertyNameLoc, receiverNameLoc,
2015 propertyNameLoc, receiverNameLoc, IFace);
2017 return ExprError(Diag(propertyNameLoc, diag::err_property_not_found)
1924 ActOnClassPropertyRefExpr(IdentifierInfo &receiverName, IdentifierInfo &propertyName, SourceLocation receiverNameLoc, SourceLocation propertyNameLoc) argument

Completed in 161 milliseconds