Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp118 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ProtocolExprDecls; member in __anon31b8868f0111::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 __anon1f51ae940111::RewriteModernObjC
3594 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
5837 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls) { in HandleTranslationUnit()
5867 ProtocolExprDecls.size()) { in HandleTranslationUnit()