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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp118 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ProtocolExprDecls; member in class:__anon1910::RewriteObjC
3060 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl());
4918 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls)
4936 ProtocolExprDecls.size()) {
5601 if (ProtocolExprDecls.size()) {
5604 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls) {
H A DRewriteModernObjC.cpp127 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ProtocolExprDecls; member in class:__anon1907::RewriteModernObjC
3598 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl());
5844 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls) {
5874 ProtocolExprDecls.size()) {

Completed in 127 milliseconds