Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anon0b295c890111::RewriteObjC
622 ProtocolTypeDecl = nullptr; in InitializeCommon()
3022 if (!ProtocolTypeDecl) { in getProtocolType()
3025 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3030 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
H A DRewriteModernObjC.cpp79 TypeDecl *ProtocolTypeDecl; member in __anonadad980e0111::RewriteModernObjC
693 ProtocolTypeDecl = nullptr; in InitializeCommon()
3569 if (!ProtocolTypeDecl) { in getProtocolType()
3572 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3577 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()