Home
last modified time | relevance | path

Searched refs:PropertyLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1050 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()
1417 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl()
1444 PropertyLoc); in ActOnPropertyImplDecl()
1508 AtLoc, PropertyLoc); in ActOnPropertyImplDecl()
1561 Diag(PropertyLoc, diag::err_duplicate_ivar_use) in ActOnPropertyImplDecl()
[all …]
H A DTreeTransform.h3615 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument
3617 DeclarationNameInfo NameInfo(Property->getDeclName(), PropertyLoc); in RebuildObjCPropertyRefExpr()
3619 /*FIXME:*/PropertyLoc, in RebuildObjCPropertyRefExpr()
3635 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument
3641 PropertyLoc, Base)); in RebuildObjCPropertyRefExpr()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp1002 SourceLocation PropertyLoc = Tok.getLocation(); in parseOMPContextProperty() local
1013 if (PropertyLoc != Tok.getLocation()) in parseOMPContextProperty()
1028 Diag(PropertyLoc, diag::warn_omp_ctx_incompatible_property_for_selector) in parseOMPContextProperty()
1033 Diag(PropertyLoc, diag::note_omp_ctx_compatible_set_and_selector_for_property) in parseOMPContextProperty()
H A DParseExpr.cpp1172 SourceLocation PropertyLoc = ConsumeToken(); in ParseCastExpression() local
1175 ILoc, PropertyLoc); in ParseCastExpression()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10043 SourceLocation PropertyLoc,