Home
last modified time | relevance | path

Searched refs:PropertyImpDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp5388 if (ObjCPropertyImplDecl *PropertyImpDecl = in getObjCEncodingForPropertyDecl() local
5390 if (PropertyImpDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in getObjCEncodingForPropertyDecl()
5393 SynthesizePID = PropertyImpDecl; in getObjCEncodingForPropertyDecl()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp7037 if (ObjCPropertyImplDecl *PropertyImpDecl = in getObjCEncodingForPropertyDecl() local
7039 if (PropertyImpDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in getObjCEncodingForPropertyDecl()
7042 SynthesizePID = PropertyImpDecl; in getObjCEncodingForPropertyDecl()