Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp118 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ProtocolExprDecls; member in __anone5f8ec0e0111::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.cpp127 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ProtocolExprDecls; member in __anonedadf7530111::RewriteModernObjC
3594 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
5840 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls) { in HandleTranslationUnit()
5870 ProtocolExprDecls.size()) { in HandleTranslationUnit()