Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp5386 ObjCPropertyImplDecl *SynthesizePID = nullptr; in getObjCEncodingForPropertyDecl() local
5393 SynthesizePID = PropertyImpDecl; in getObjCEncodingForPropertyDecl()
5439 if (SynthesizePID) { in getObjCEncodingForPropertyDecl()
5440 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp7035 ObjCPropertyImplDecl *SynthesizePID = nullptr; in getObjCEncodingForPropertyDecl() local
7042 SynthesizePID = PropertyImpDecl; in getObjCEncodingForPropertyDecl()
7088 if (SynthesizePID) { in getObjCEncodingForPropertyDecl()
7089 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl()