Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1036 SourceLocation PropertyLoc) { in RedeclarePropertyAccessor() argument
1040 PropertyLoc.isValid() ? PropertyLoc : Decl->getEndLoc(), in RedeclarePropertyAccessor()
1064 Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, in ActOnPropertyImplDecl() argument
1076 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl()
1077 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl()
1096 Diag(PropertyLoc, diag::err_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl()
1100 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl()
1116 Diag(PropertyLoc, diag::err_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl()
1176 Diag(PropertyLoc, diag::err_bad_category_property_decl) in ActOnPropertyImplDecl()
1407 checkARCPropertyImpl(SemaRef, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl()
[all …]
H A DTreeTransform.h3899 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument
3901 DeclarationNameInfo NameInfo(Property->getDeclName(), PropertyLoc); in RebuildObjCPropertyRefExpr()
3903 /*FIXME:*/PropertyLoc, in RebuildObjCPropertyRefExpr()
3919 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument
3925 PropertyLoc, Base)); in RebuildObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h953 SourceLocation PropertyLoc, bool ImplKind,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp960 SourceLocation PropertyLoc = Tok.getLocation(); in parseOMPContextProperty() local
971 if (PropertyLoc != Tok.getLocation()) in parseOMPContextProperty()
986 Diag(PropertyLoc, diag::warn_omp_ctx_incompatible_property_for_selector) in parseOMPContextProperty()
991 Diag(PropertyLoc, diag::note_omp_ctx_compatible_set_and_selector_for_property) in parseOMPContextProperty()
H A DParseExpr.cpp939 SourceLocation PropertyLoc = ConsumeToken(); in ParseCastExpression() local
942 PropertyLoc); in ParseCastExpression()