Searched refs:ShouldCopy (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h1475 // unsigned ObjCIndirectCopyRestoreBits.ShouldCopy : 1;
1481 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy;
1502 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; }
H A DStmt.h258 unsigned ShouldCopy : 1;
/external/clang/lib/Sema/
H A DSemaInit.cpp4471 bool ShouldCopy = true;
4473 ShouldCopy = (param->getObjCDeclQualifier() != ParmVarDecl::OBJC_TQ_Out);
4493 Sequence.AddPassByIndirectCopyRestoreStep(Entity.getType(), ShouldCopy);
4781 bool ShouldCopy = true; local
4783 ShouldCopy = (Param->getObjCDeclQualifier() != ParmVarDecl::OBJC_TQ_Out);
4796 AddPassByIndirectCopyRestoreStep(Entity.getType(), ShouldCopy);

Completed in 3084 milliseconds