OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isByRef
(Results
1 - 10
of
10
) sorted by null
/external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp
84
if (I->
isByRef
() &&
/external/clang/lib/CodeGen/
CGBlocks.cpp
213
bool LeftByref = left.Capture ? left.Capture->
isByRef
() : false;
214
bool RightByref = right.Capture ? right.Capture->
isByRef
() : false;
377
if (ci->
isByRef
()) {
588
if (ci->
isByRef
()) continue;
794
if (ci->
isByRef
()) {
[
all
...]
CGDecl.cpp
831
bool
isByRef
= D.hasAttr<BlocksAttr>();
832
emission.
IsByRef
=
isByRef
;
863
if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !
isByRef
&&
902
if (
isByRef
)
[
all
...]
CGDebugInfo.cpp
[
all
...]
CGObjCMac.cpp
[
all
...]
/external/clang/lib/Analysis/
UninitializedValues.cpp
624
if (i->
isByRef
()) {
/external/clang/include/clang/AST/
Decl.h
[
all
...]
/external/clang/lib/Serialization/
ASTWriterDecl.cpp
826
if (capture.
isByRef
()) flags |= 1;
[
all
...]
/external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp
[
all
...]
RewriteModernObjC.cpp
[
all
...]
Completed in 277 milliseconds