OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockByRefDeclNo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
143
llvm::DenseMap<ValueDecl *, unsigned>
BlockByRefDeclNo
;
4035
assert(
BlockByRefDeclNo
.count(VD) &&
4040
"_" + utostr(
BlockByRefDeclNo
[VD]) ;
5608
assert(!
BlockByRefDeclNo
.count(ND) &&
5610
BlockByRefDeclNo
[ND] = uniqueByrefDeclCount++;
RewriteObjC.cpp
134
llvm::DenseMap<ValueDecl *, unsigned>
BlockByRefDeclNo
;
3250
assert(
BlockByRefDeclNo
.count(VD) &&
3255
"_" + utostr(
BlockByRefDeclNo
[VD]) ;
4712
assert(!
BlockByRefDeclNo
.count(ND) &&
4714
BlockByRefDeclNo
[ND] = uniqueByrefDeclCount++;
Completed in 25 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026