Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anonf8c858050111::RewriteObjC
622 ProtocolTypeDecl = nullptr; in InitializeCommon()
3034 if (!ProtocolTypeDecl) { in getProtocolType()
3037 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3042 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
H A DRewriteModernObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anon7c92408a0111::RewriteModernObjC
693 ProtocolTypeDecl = nullptr; in InitializeCommon()
3577 if (!ProtocolTypeDecl) { in getProtocolType()
3580 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3585 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()