Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp118 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ProtocolExprDecls; member in __anon6e6e6bfc0111::RewriteObjC
3052 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
4914 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls) in HandleTranslationUnit()
4932 ProtocolExprDecls.size()) { in HandleTranslationUnit()
5599 if (ProtocolExprDecls.size()) { in RewriteMetaDataIntoBuffer()
5602 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls) { in RewriteMetaDataIntoBuffer()
DRewriteModernObjC.cpp127 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ProtocolExprDecls; member in __anoneeab31c10111::RewriteModernObjC
3602 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
5852 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls) { in HandleTranslationUnit()
5882 ProtocolExprDecls.size()) { in HandleTranslationUnit()