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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in class:__anon525::RewriteObjC
621 ProtocolTypeDecl = nullptr;
3028 if (!ProtocolTypeDecl) {
3031 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl,
3036 return Context->getTypeDeclType(ProtocolTypeDecl);
H A DRewriteModernObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in class:__anon522::RewriteModernObjC
692 ProtocolTypeDecl = nullptr;
3569 if (!ProtocolTypeDecl) {
3572 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl,
3577 return Context->getTypeDeclType(ProtocolTypeDecl);

Completed in 177 milliseconds