HomeSort by relevance Sort by last modified time
    Searched refs:isByRef (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 84 if (I->isByRef() &&
  /external/clang/lib/CodeGen/
CGBlocks.cpp 211 bool LeftByref = left.Capture ? left.Capture->isByRef() : false;
212 bool RightByref = right.Capture ? right.Capture->isByRef() : false;
380 if (ci->isByRef()) {
591 if (ci->isByRef()) continue;
796 if (ci->isByRef()) {
    [all...]
CGDecl.cpp 788 bool isByRef = D.hasAttr<BlocksAttr>();
789 emission.IsByRef = isByRef;
821 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef &&
860 if (isByRef)
867 if (isByRef)
    [all...]
CGDebugInfo.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 624 if (i->isByRef()) {
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 809 if (capture.isByRef()) flags |= 1;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 469 milliseconds