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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1050 SourceLocation PropertyLoc) {
1054 PropertyLoc.isValid() ? PropertyLoc : Decl->getEndLoc(),
1079 SourceLocation PropertyLoc,
1093 PropertyIvarLoc = PropertyLoc;
1094 SourceLocation PropertyDiagLoc = PropertyLoc;
1113 Diag(PropertyLoc, diag::err_bad_property_decl) << IDecl->getDeclName();
1117 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId;
1133 Diag(PropertyLoc, diag::err_category_property) << CD->getDeclName();
1193 Diag(PropertyLoc, dia
1048 RedeclarePropertyAccessor(ASTContext &Context, ObjCImplementationDecl *Impl, ObjCMethodDecl *AccessorDecl, SourceLocation AtLoc, SourceLocation PropertyLoc) argument
1077 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc, ObjCPropertyQueryKind QueryKind) argument
[all...]
H A DTreeTransform.h3794 SourceLocation PropertyLoc) {
3796 DeclarationNameInfo NameInfo(Property->getDeclName(), PropertyLoc);
3798 /*FIXME:*/PropertyLoc,
3814 SourceLocation PropertyLoc) {
3820 PropertyLoc, Base));
3792 RebuildObjCPropertyRefExpr(Expr *BaseArg, ObjCPropertyDecl *Property, SourceLocation PropertyLoc) argument
3811 RebuildObjCPropertyRefExpr(Expr *Base, QualType T, ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, SourceLocation PropertyLoc) argument
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1000 SourceLocation PropertyLoc = Tok.getLocation(); local
1011 if (PropertyLoc != Tok.getLocation())
1026 Diag(PropertyLoc, diag::warn_omp_ctx_incompatible_property_for_selector)
1031 Diag(PropertyLoc, diag::note_omp_ctx_compatible_set_and_selector_for_property)
H A DParseExpr.cpp1201 SourceLocation PropertyLoc = ConsumeToken(); local
1204 ILoc, PropertyLoc);
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10685 SourceLocation PropertyLoc,

Completed in 296 milliseconds