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

/external/clang/lib/Parse/
H A DParseExpr.cpp790 SourceLocation PropertyLoc = ConsumeToken(); local
793 ILoc, PropertyLoc);
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp853 SourceLocation PropertyLoc,
866 PropertyIvarLoc = PropertyLoc;
867 SourceLocation PropertyDiagLoc = PropertyLoc;
886 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName();
902 Diag(PropertyLoc, diag::error_category_property) << CD->getDeclName();
968 Diag(PropertyLoc, diag::error_bad_category_property_decl)
1176 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar);
1183 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc,
1289 Diag(PropertyLoc, diag::error_duplicate_ivar_use)
1297 Diag(PropertyLoc, dia
851 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc) argument
[all...]
H A DTreeTransform.h2436 SourceLocation PropertyLoc) {
2439 LookupResult R(getSema(), Property->getDeclName(), PropertyLoc, local
2443 /*FIME:*/PropertyLoc,
2452 /*FIXME:*/PropertyLoc, IsArrow,
2466 SourceLocation PropertyLoc) {
2472 PropertyLoc, Base));
2434 RebuildObjCPropertyRefExpr(Expr *BaseArg, ObjCPropertyDecl *Property, SourceLocation PropertyLoc) argument
2463 RebuildObjCPropertyRefExpr(Expr *Base, QualType T, ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, SourceLocation PropertyLoc) argument

Completed in 134 milliseconds