Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp561 ImplDecl->FindPropertyImplIvarDecl(IvarDecl->getIdentifier()); in diagnoseMissingReleases()
628 Container->FindPropertyImplIvarDecl(IvarDecl->getIdentifier()); in findPropertyOnDeallocatingInstance()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1560 IC->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1599 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1919 IMPDecl->FindPropertyImplIvarDecl(Prop->getIdentifier())) { in DefaultSynthesizeProperties()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h2456 ObjCPropertyImplDecl *FindPropertyImplIvarDecl(IdentifierInfo *ivarId) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp2175 FindPropertyImplIvarDecl(IdentifierInfo *ivarId) const { in FindPropertyImplIvarDecl() function in ObjCImplDecl
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2934 ImpD->FindPropertyImplIvarDecl(Field->getIdentifier())) { in CreateTypeDefinition()