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

/external/clang/lib/Parse/
H A DParseExpr.cpp825 SourceLocation PropertyLoc = ConsumeToken(); local
828 ILoc, PropertyLoc);
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp709 SourceLocation PropertyLoc,
722 PropertyIvarLoc = PropertyLoc;
723 SourceLocation PropertyDiagLoc = PropertyLoc;
742 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName();
758 Diag(PropertyLoc, diag::error_category_property) << CD->getDeclName();
804 Diag(PropertyLoc, diag::error_bad_category_property_decl)
1004 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar);
1011 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc,
1083 Diag(PropertyLoc,
1098 Diag(PropertyLoc, dia
707 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc) argument
[all...]
H A DTreeTransform.h2334 SourceLocation PropertyLoc) {
2337 LookupResult R(getSema(), Property->getDeclName(), PropertyLoc, local
2341 /*FIME:*/PropertyLoc,
2350 /*FIXME:*/PropertyLoc, IsArrow,
2364 SourceLocation PropertyLoc) {
2370 PropertyLoc, Base));
2332 RebuildObjCPropertyRefExpr(Expr *BaseArg, ObjCPropertyDecl *Property, SourceLocation PropertyLoc) argument
2361 RebuildObjCPropertyRefExpr(Expr *Base, QualType T, ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, SourceLocation PropertyLoc) argument

Completed in 313 milliseconds