OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProtocolExprDecls
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
127
llvm::SmallPtrSet<ObjCProtocolDecl *, 32>
ProtocolExprDecls
;
3604
ProtocolExprDecls
.insert(Exp->getProtocol()->getCanonicalDecl());
5851
for (ObjCProtocolDecl *ProtDecl :
ProtocolExprDecls
) {
5881
ProtocolExprDecls
.size()) {
RewriteObjC.cpp
118
llvm::SmallPtrSet<ObjCProtocolDecl *, 32>
ProtocolExprDecls
;
3065
ProtocolExprDecls
.insert(Exp->getProtocol()->getCanonicalDecl());
4924
for (ObjCProtocolDecl *ProtDecl :
ProtocolExprDecls
)
4942
ProtocolExprDecls
.size()) {
5606
if (
ProtocolExprDecls
.size()) {
5609
for (ObjCProtocolDecl *ProtDecl :
ProtocolExprDecls
) {
Completed in 22 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026