Searched refs:PropertyLoc (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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() 1113 Diag(PropertyLoc, diag::err_bad_property_decl) << IDecl->getDeclName(); in ActOnPropertyImplDecl() 1117 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl() 1133 Diag(PropertyLoc, diag::err_category_property) << CD->getDeclName(); in ActOnPropertyImplDecl() 1193 Diag(PropertyLoc, diag::err_bad_category_property_decl) in ActOnPropertyImplDecl() 1417 checkARCPropertyImpl(*this, PropertyLoc, property, Ivar); in ActOnPropertyImplDecl() [all …]
|
| H A D | TreeTransform.h | 3707 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 3709 DeclarationNameInfo NameInfo(Property->getDeclName(), PropertyLoc); in RebuildObjCPropertyRefExpr() 3711 /*FIXME:*/PropertyLoc, in RebuildObjCPropertyRefExpr() 3727 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument 3733 PropertyLoc, Base)); in RebuildObjCPropertyRefExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 999 SourceLocation PropertyLoc = Tok.getLocation(); in parseOMPContextProperty() local 1010 if (PropertyLoc != Tok.getLocation()) in parseOMPContextProperty() 1025 Diag(PropertyLoc, diag::warn_omp_ctx_incompatible_property_for_selector) in parseOMPContextProperty() 1030 Diag(PropertyLoc, diag::note_omp_ctx_compatible_set_and_selector_for_property) in parseOMPContextProperty()
|
| H A D | ParseExpr.cpp | 1186 SourceLocation PropertyLoc = ConsumeToken(); in ParseCastExpression() local 1189 ILoc, PropertyLoc); in ParseCastExpression()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 10367 SourceLocation PropertyLoc,
|