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

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1709 SourceLocation receiverNameLoc,
1714 receiverNameLoc);
1723 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) {
1729 Diag(receiverNameLoc, diag::error_root_class_cannot_use_super)
1741 receiverNameLoc, T, true);
1751 Diag(receiverNameLoc, diag::err_expected_either) << tok::identifier
1795 OK_ObjCProperty, propertyNameLoc, receiverNameLoc,
1800 propertyNameLoc, receiverNameLoc, IFace);
1707 ActOnClassPropertyRefExpr(IdentifierInfo &receiverName, IdentifierInfo &propertyName, SourceLocation receiverNameLoc, SourceLocation propertyNameLoc) argument

Completed in 831 milliseconds