Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp79 TypeDecl *ProtocolTypeDecl; member in __anonc09f721f0111::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()