Searched refs:PropertyLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1047 SourceLocation PropertyLoc, in ActOnPropertyImplDecl() argument 1061 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl() 1062 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl() 1081 Diag(PropertyLoc, diag::err_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl() 1085 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl() 1101 Diag(PropertyLoc, diag::err_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl() 1164 Diag(PropertyLoc, diag::err_bad_category_property_decl) in ActOnPropertyImplDecl() 1389 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl() 1396 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc, in ActOnPropertyImplDecl() 1512 Diag(PropertyLoc, diag::err_duplicate_ivar_use) in ActOnPropertyImplDecl() [all …]
|
| H A D | TreeTransform.h | 3071 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 3073 DeclarationNameInfo NameInfo(Property->getDeclName(), PropertyLoc); in RebuildObjCPropertyRefExpr() 3075 /*FIXME:*/PropertyLoc, in RebuildObjCPropertyRefExpr() 3091 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 3097 PropertyLoc, Base)); in RebuildObjCPropertyRefExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 980 SourceLocation PropertyLoc = ConsumeToken(); in ParseCastExpression() local 983 ILoc, PropertyLoc); in ParseCastExpression()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 8150 SourceLocation PropertyLoc,
|