Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp77 TypeDecl *ProtocolTypeDecl; member in __anonc8a4c0a50111::RewriteObjC
621 ProtocolTypeDecl = nullptr; in InitializeCommon()
3022 if (!ProtocolTypeDecl) { in getProtocolType()
3025 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3030 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()
DRewriteModernObjC.cpp78 TypeDecl *ProtocolTypeDecl; member in __anon8682a12a0111::RewriteModernObjC
689 ProtocolTypeDecl = nullptr; in InitializeCommon()
3574 if (!ProtocolTypeDecl) { in getProtocolType()
3577 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType()
3582 return Context->getTypeDeclType(ProtocolTypeDecl); in getProtocolType()