Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anon92ea7db90111::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()
HDRewriteModernObjC.cpp79 TypeDecl *ProtocolTypeDecl; member in __anonf2eedd3e0111::RewriteModernObjC
693 ProtocolTypeDecl = nullptr; in InitializeCommon()
3567 if (!ProtocolTypeDecl) { in getProtocolType()
3570 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3575 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()