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

/external/clang/include/clang/AST/
H A DExprObjC.h1442 // unsigned ObjCIndirectCopyRestoreBits.ShouldCopy : 1;
1448 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy;
1469 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; }
H A DStmt.h243 unsigned ShouldCopy : 1;
/external/clang/lib/Sema/
H A DSemaInit.cpp3950 bool ShouldCopy = true;
3952 ShouldCopy = (param->getObjCDeclQualifier() != ParmVarDecl::OBJC_TQ_Out);
3972 Sequence.AddPassByIndirectCopyRestoreStep(Entity.getType(), ShouldCopy);
4184 bool ShouldCopy = true; local
4186 ShouldCopy = (Param->getObjCDeclQualifier() != ParmVarDecl::OBJC_TQ_Out);
4199 AddPassByIndirectCopyRestoreStep(Entity.getType(), ShouldCopy);

Completed in 264 milliseconds