Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anonb8493dda0111::RewriteObjC
620 ProtocolTypeDecl = nullptr; in InitializeCommon()
3020 if (!ProtocolTypeDecl) { in getProtocolType()
3023 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3028 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
H A DRewriteModernObjC.cpp80 TypeDecl *ProtocolTypeDecl; member in __anonc09f721f0111::RewriteModernObjC
692 ProtocolTypeDecl = nullptr; in InitializeCommon()
3566 if (!ProtocolTypeDecl) { in getProtocolType()
3569 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3574 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()