OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BlockByRefDeclsPtrSet
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
142
llvm::SmallPtrSet<ValueDecl *, 8>
BlockByRefDeclsPtrSet
;
4161
if (
BlockByRefDeclsPtrSet
.count(VD))
4178
if (
BlockByRefDeclsPtrSet
.count(VD))
4362
if (!
BlockByRefDeclsPtrSet
.count(VD)) {
4363
BlockByRefDeclsPtrSet
.insert(VD);
4395
BlockByRefDeclsPtrSet
.clear();
5186
if (!
BlockByRefDeclsPtrSet
.count(BlockDeclRefs[i]->getDecl())) {
5187
BlockByRefDeclsPtrSet
.insert(BlockDeclRefs[i]->getDecl());
5231
if (VD->hasAttr<BlocksAttr>() && !
BlockByRefDeclsPtrSet
.count(VD)) {
5234
BlockByRefDeclsPtrSet
.insert(VD)
[
all
...]
RewriteObjC.cpp
133
llvm::SmallPtrSet<ValueDecl *, 8>
BlockByRefDeclsPtrSet
;
3372
if (
BlockByRefDeclsPtrSet
.count(VD))
3389
if (
BlockByRefDeclsPtrSet
.count(VD))
3572
if (VD->hasAttr<BlocksAttr>() && !
BlockByRefDeclsPtrSet
.count(VD)) {
3573
BlockByRefDeclsPtrSet
.insert(VD);
3605
BlockByRefDeclsPtrSet
.clear();
4341
if (!
BlockByRefDeclsPtrSet
.count(BlockDeclRefs[i]->getDecl())) {
4342
BlockByRefDeclsPtrSet
.insert(BlockDeclRefs[i]->getDecl());
4385
if (VD->hasAttr<BlocksAttr>() && !
BlockByRefDeclsPtrSet
.count(VD)) {
4388
BlockByRefDeclsPtrSet
.insert(VD)
[
all
...]
Completed in 24 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026