Searched refs:PropertyLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 897 SourceLocation PropertyLoc, in ActOnPropertyImplDecl() argument 911 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl() 912 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl() 931 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl() 935 Diag(PropertyLoc, diag::error_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl() 951 Diag(PropertyLoc, diag::error_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl() 1013 Diag(PropertyLoc, diag::error_bad_category_property_decl) in ActOnPropertyImplDecl() 1228 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl() 1235 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc, in ActOnPropertyImplDecl() 1351 Diag(PropertyLoc, diag::error_duplicate_ivar_use) in ActOnPropertyImplDecl() [all …]
|
D | TreeTransform.h | 2944 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 2946 DeclarationNameInfo NameInfo(Property->getDeclName(), PropertyLoc); in RebuildObjCPropertyRefExpr() 2948 /*FIXME:*/PropertyLoc, in RebuildObjCPropertyRefExpr() 2964 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 2970 PropertyLoc, Base)); in RebuildObjCPropertyRefExpr()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 896 SourceLocation PropertyLoc = ConsumeToken(); in ParseCastExpression() local 899 ILoc, PropertyLoc); in ParseCastExpression()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7514 SourceLocation PropertyLoc,
|