Searched refs:PropertyLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 801 SourceLocation PropertyLoc, in ActOnPropertyImplDecl() argument 814 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl() 815 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl() 834 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl() 850 Diag(PropertyLoc, diag::error_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl() 912 Diag(PropertyLoc, diag::error_bad_category_property_decl) in ActOnPropertyImplDecl() 1120 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl() 1127 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc, in ActOnPropertyImplDecl() 1239 Diag(PropertyLoc, diag::error_duplicate_ivar_use) in ActOnPropertyImplDecl() 1247 Diag(PropertyLoc, diag::error_property_implemented) << PropertyId; in ActOnPropertyImplDecl()
|
D | TreeTransform.h | 2675 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 2677 DeclarationNameInfo NameInfo(Property->getDeclName(), PropertyLoc); in RebuildObjCPropertyRefExpr() 2679 /*FIXME:*/PropertyLoc, in RebuildObjCPropertyRefExpr() 2694 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 2700 PropertyLoc, Base)); in RebuildObjCPropertyRefExpr()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 856 SourceLocation PropertyLoc = ConsumeToken(); in ParseCastExpression() local 859 ILoc, PropertyLoc); in ParseCastExpression()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7003 SourceLocation PropertyLoc,
|