Searched refs:PropertyLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1050 SourceLocation PropertyLoc) { in RedeclarePropertyAccessor() argument 1054 PropertyLoc.isValid() ? PropertyLoc : Decl->getEndLoc(), in RedeclarePropertyAccessor() 1079 SourceLocation PropertyLoc, in ActOnPropertyImplDecl() argument 1093 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl() 1094 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl() 1193 Diag(PropertyLoc, diag::err_bad_category_property_decl) in ActOnPropertyImplDecl() 1416 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl() 1443 PropertyLoc); in ActOnPropertyImplDecl() 1507 AtLoc, PropertyLoc); in ActOnPropertyImplDecl() 1560 Diag(PropertyLoc, diag::err_duplicate_ivar_use) in ActOnPropertyImplDecl() [all …]
|
| H A D | TreeTransform.h | 3794 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 3796 DeclarationNameInfo NameInfo(Property->getDeclName(), PropertyLoc); in RebuildObjCPropertyRefExpr() 3798 /*FIXME:*/PropertyLoc, in RebuildObjCPropertyRefExpr() 3814 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 3820 PropertyLoc, Base)); in RebuildObjCPropertyRefExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 1000 SourceLocation PropertyLoc = Tok.getLocation(); in parseOMPContextProperty() local 1011 if (PropertyLoc != Tok.getLocation()) in parseOMPContextProperty() 1026 Diag(PropertyLoc, diag::warn_omp_ctx_incompatible_property_for_selector) in parseOMPContextProperty() 1031 Diag(PropertyLoc, diag::note_omp_ctx_compatible_set_and_selector_for_property) in parseOMPContextProperty()
|
| H A D | ParseExpr.cpp | 1201 SourceLocation PropertyLoc = ConsumeToken(); in ParseCastExpression() local 1204 ILoc, PropertyLoc); in ParseCastExpression()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10685 SourceLocation PropertyLoc,
|