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

/external/clang/lib/Parse/
H A DParseExpr.cpp749 SourceLocation PropertyLoc = ConsumeToken(); local
752 ILoc, PropertyLoc);
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp798 SourceLocation PropertyLoc,
811 PropertyIvarLoc = PropertyLoc;
812 SourceLocation PropertyDiagLoc = PropertyLoc;
831 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName();
847 Diag(PropertyLoc, diag::error_category_property) << CD->getDeclName();
909 Diag(PropertyLoc, diag::error_bad_category_property_decl)
1117 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar);
1124 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc,
1236 Diag(PropertyLoc, diag::error_duplicate_ivar_use)
1244 Diag(PropertyLoc, dia
796 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc) argument
[all...]
H A DTreeTransform.h2591 SourceLocation PropertyLoc) {
2593 DeclarationNameInfo NameInfo(Property->getDeclName(), PropertyLoc);
2595 /*FIXME:*/PropertyLoc,
2610 SourceLocation PropertyLoc) {
2616 PropertyLoc, Base));
2589 RebuildObjCPropertyRefExpr(Expr *BaseArg, ObjCPropertyDecl *Property, SourceLocation PropertyLoc) argument
2607 RebuildObjCPropertyRefExpr(Expr *Base, QualType T, ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, SourceLocation PropertyLoc) argument

Completed in 4012 milliseconds