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

  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 83 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;
376 if (CI.isByRef()) {
585 if (CI.isByRef()) continue;
790 if (CI.isByRef()) {
    [all...]
CGDecl.cpp 836 bool isByRef = D.hasAttr<BlocksAttr>();
837 emission.IsByRef = isByRef;
868 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef &&
    [all...]
CGDebugInfo.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 639 if (I.isByRef()) {
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 852 if (capture.isByRef()) flags |= 1;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 129 milliseconds