Searched refs:PropertyLoc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1035 SourceLocation PropertyLoc) { in RedeclarePropertyAccessor() argument 1039 PropertyLoc.isValid() ? PropertyLoc : Decl->getEndLoc(), in RedeclarePropertyAccessor() 1063 Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, in ActOnPropertyImplDecl() argument 1075 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl() 1076 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl() 1095 Diag(PropertyLoc, diag::err_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl() 1099 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl() 1115 Diag(PropertyLoc, diag::err_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl() 1175 Diag(PropertyLoc, diag::err_bad_category_property_decl) in ActOnPropertyImplDecl() 1397 checkARCPropertyImpl(SemaRef, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl() [all …]
|
H A D | TreeTransform.h | 3849 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 3851 DeclarationNameInfo NameInfo(Property->getDeclName(), PropertyLoc); in RebuildObjCPropertyRefExpr() 3853 /*FIXME:*/PropertyLoc, in RebuildObjCPropertyRefExpr() 3869 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 3875 PropertyLoc, Base)); in RebuildObjCPropertyRefExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 960 SourceLocation PropertyLoc, bool ImplKind,
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 1010 SourceLocation PropertyLoc = Tok.getLocation(); in parseOMPContextProperty() local 1021 if (PropertyLoc != Tok.getLocation()) in parseOMPContextProperty() 1036 Diag(PropertyLoc, diag::warn_omp_ctx_incompatible_property_for_selector) in parseOMPContextProperty() 1041 Diag(PropertyLoc, diag::note_omp_ctx_compatible_set_and_selector_for_property) in parseOMPContextProperty()
|
H A D | ParseExpr.cpp | 1264 SourceLocation PropertyLoc = ConsumeToken(); in ParseCastExpression() local 1267 PropertyLoc); in ParseCastExpression()
|