Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp118 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ProtocolExprDecls; member in __anon40098a510111::RewriteObjC
3053 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
4912 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls) in HandleTranslationUnit()
4930 ProtocolExprDecls.size()) { in HandleTranslationUnit()
5594 if (ProtocolExprDecls.size()) { in RewriteMetaDataIntoBuffer()
5597 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls) { in RewriteMetaDataIntoBuffer()
H A DRewriteModernObjC.cpp128 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ProtocolExprDecls; member in __anon2abafbd60111::RewriteModernObjC
3595 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
5840 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls) { in HandleTranslationUnit()
5870 ProtocolExprDecls.size()) { in HandleTranslationUnit()