Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anon5cb7b4070111::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 __anon5f8b160c0111::RewriteModernObjC
694 ProtocolTypeDecl = nullptr; in InitializeCommon()
3568 if (!ProtocolTypeDecl) { in getProtocolType()
3571 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3576 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()