OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImplTag
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
473
std::string
ImplTag
,
4305
std::string
ImplTag
, int i,
4314
S +=
ImplTag
; S += "*, struct ";
4315
S +=
ImplTag
; S += "*);\n";
4318
S +=
ImplTag
; S += "*);\n";
4323
S +=
ImplTag
+ ")";
4374
std::string
ImplTag
= "__" + FunName.str() + "_block_impl_" + utostr(i);
4377
std::string CI = SynthesizeBlockImpl(Blocks[i],
ImplTag
, DescTag);
4381
std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName,
ImplTag
);
4386
std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName,
ImplTag
);
[
all
...]
RewriteObjC.cpp
383
std::string
ImplTag
,
3516
std::string
ImplTag
, int i,
3525
S +=
ImplTag
; S += "*, struct ";
3526
S +=
ImplTag
; S += "*);\n";
3529
S +=
ImplTag
; S += "*);\n";
3534
S +=
ImplTag
+ ")";
3584
std::string
ImplTag
= "__" + FunName.str() + "_block_impl_" + utostr(i);
3587
std::string CI = SynthesizeBlockImpl(Blocks[i],
ImplTag
, DescTag);
3591
std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName,
ImplTag
);
3596
std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName,
ImplTag
);
[
all
...]
Completed in 28 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026