Home
last modified time | relevance | path

Searched refs:PropertyId (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp425 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/
DSemaObjCProperty.cpp429 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/
DDeclObjC.cpp214 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/
DDeclObjC.cpp238 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/
Dsg_pt_win32.h274 STORAGE_PROPERTY_ID PropertyId; member
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1098 FindPropertyDeclaration(const IdentifierInfo *PropertyId,
1800 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId,
/external/clang/include/clang/AST/
DDeclObjC.h1018 FindPropertyDeclaration(const IdentifierInfo *PropertyId,
1704 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId,
/external/clang/tools/libclang/
DCIndex.cpp1085 IdentifierInfo *PropertyId = PD->getIdentifier(); in VisitObjCPropertyDecl() local
1087 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId, in VisitObjCPropertyDecl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp1128 IdentifierInfo *PropertyId = PD->getIdentifier(); in VisitObjCPropertyDecl() local
1130 cast<DeclContext>(ID), PropertyId, PD->getQueryKind()); in VisitObjCPropertyDecl()
/external/clang/include/clang/Sema/
DSema.h7516 IdentifierInfo *PropertyId,
/external/llvm-project/clang/include/clang/Sema/
DSema.h9499 IdentifierInfo *PropertyId,