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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp118 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ProtocolExprDecls; member in class:__anon525::RewriteObjC
3058 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl());
4913 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls)
4931 ProtocolExprDecls.size()) {
5596 if (ProtocolExprDecls.size()) {
5599 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls) {
H A DRewriteModernObjC.cpp127 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ProtocolExprDecls; member in class:__anon522::RewriteModernObjC
3596 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl());
5840 for (ObjCProtocolDecl *ProtDecl : ProtocolExprDecls) {
5870 ProtocolExprDecls.size()) {

Completed in 84 milliseconds