/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 425 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in HandlePropertyInClassExtension() local 441 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty)); in HandlePropertyInClassExtension() 573 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local 599 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl() 616 PropertyId, AtLoc, in CreatePropertyDecl() 623 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) { in CreatePropertyDecl() 899 IdentifierInfo *PropertyId, in ActOnPropertyImplDecl() argument 929 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl() 935 Diag(PropertyLoc, diag::error_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl() 1011 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 429 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in HandlePropertyInClassExtension() local 446 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty)); in HandlePropertyInClassExtension() 581 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local 607 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl() 624 PropertyId, AtLoc, in CreatePropertyDecl() 632 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) { in CreatePropertyDecl() 1088 IdentifierInfo *PropertyId, in ActOnPropertyImplDecl() argument 1118 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl() 1124 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl() 1199 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl() [all …]
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 214 const IdentifierInfo *PropertyId, in FindPropertyDeclaration() argument 227 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration() 233 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration() 243 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 254 PropertyId, QueryKind)) in FindPropertyDeclaration() 260 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 266 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration() 274 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 347 IdentifierInfo *PropertyId, in FindPropertyVisibleInPrimaryClass() argument 357 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass() [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 238 const IdentifierInfo *PropertyId, in FindPropertyDeclaration() argument 251 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration() 257 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration() 267 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 278 PropertyId, QueryKind)) in FindPropertyDeclaration() 284 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 290 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration() 298 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 371 IdentifierInfo *PropertyId, in FindPropertyVisibleInPrimaryClass() argument 381 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass() [all …]
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_pt_win32.h | 274 STORAGE_PROPERTY_ID PropertyId; member
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 1098 FindPropertyDeclaration(const IdentifierInfo *PropertyId, 1800 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId,
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1018 FindPropertyDeclaration(const IdentifierInfo *PropertyId, 1704 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId,
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1085 IdentifierInfo *PropertyId = PD->getIdentifier(); in VisitObjCPropertyDecl() local 1087 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId, in VisitObjCPropertyDecl()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 1128 IdentifierInfo *PropertyId = PD->getIdentifier(); in VisitObjCPropertyDecl() local 1130 cast<DeclContext>(ID), PropertyId, PD->getQueryKind()); in VisitObjCPropertyDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7516 IdentifierInfo *PropertyId,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9499 IdentifierInfo *PropertyId,
|