Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
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 DTreeTransform.h3531 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument
3533 DeclarationNameInfo NameInfo(Property->getDeclName(), PropertyLoc); in RebuildObjCPropertyRefExpr()
3535 /*FIXME:*/PropertyLoc, in RebuildObjCPropertyRefExpr()
3551 SourceLocation PropertyLoc) { in RebuildObjCPropertyRefExpr() argument
3557 PropertyLoc, Base)); in RebuildObjCPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp987 SourceLocation PropertyLoc = Tok.getLocation(); in parseOMPContextProperty() local
998 if (PropertyLoc != Tok.getLocation()) in parseOMPContextProperty()
1013 Diag(PropertyLoc, diag::warn_omp_ctx_incompatible_property_for_selector) in parseOMPContextProperty()
1018 Diag(PropertyLoc, diag::note_omp_ctx_compatible_set_and_selector_for_property) in parseOMPContextProperty()
H A DParseExpr.cpp1171 SourceLocation PropertyLoc = ConsumeToken(); in ParseCastExpression() local
1174 ILoc, PropertyLoc); in ParseCastExpression()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9649 SourceLocation PropertyLoc,