Searched refs:PropertyLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 709 SourceLocation PropertyLoc, in ActOnPropertyImplDecl() argument 722 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl() 723 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl() 742 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl() 758 Diag(PropertyLoc, diag::error_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl() 804 Diag(PropertyLoc, diag::error_bad_category_property_decl) in ActOnPropertyImplDecl() 1004 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl() 1011 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc, in ActOnPropertyImplDecl() 1083 Diag(PropertyLoc, in ActOnPropertyImplDecl() 1098 Diag(PropertyLoc, diag::error_duplicate_ivar_use) in ActOnPropertyImplDecl() [all …]
|
D | TreeTransform.h | 2334 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 2337 LookupResult R(getSema(), Property->getDeclName(), PropertyLoc, in RebuildObjCPropertyRefExpr() 2341 /*FIME:*/PropertyLoc, in RebuildObjCPropertyRefExpr() 2350 /*FIXME:*/PropertyLoc, IsArrow, in RebuildObjCPropertyRefExpr() 2364 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 2370 PropertyLoc, Base)); in RebuildObjCPropertyRefExpr()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 825 SourceLocation PropertyLoc = ConsumeToken(); in ParseCastExpression() local 828 ILoc, PropertyLoc); in ParseCastExpression()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6101 SourceLocation PropertyLoc,
|