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

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1531 SourceLocation receiverNameLoc,
1536 receiverNameLoc);
1545 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) {
1556 receiverNameLoc, T, true);
1566 Diag(receiverNameLoc, diag::err_expected_ident_or_lparen);
1616 receiverNameLoc,
1623 receiverNameLoc, IFace));
1529 ActOnClassPropertyRefExpr(IdentifierInfo &receiverName, IdentifierInfo &propertyName, SourceLocation receiverNameLoc, SourceLocation propertyNameLoc) argument

Completed in 155 milliseconds