Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h1478 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy;
1499 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; }
DStmt.h213 unsigned ShouldCopy : 1; in LLVM_ALIGNAS() local
/external/clang/lib/Sema/
DSemaInit.cpp4740 bool ShouldCopy = true; in tryObjCWritebackConversion() local
4742 ShouldCopy = (param->getObjCDeclQualifier() != ParmVarDecl::OBJC_TQ_Out); in tryObjCWritebackConversion()
4762 Sequence.AddPassByIndirectCopyRestoreStep(Entity.getType(), ShouldCopy); in tryObjCWritebackConversion()
5074 bool ShouldCopy = true; in InitializeFrom() local
5076 ShouldCopy = (Param->getObjCDeclQualifier() != ParmVarDecl::OBJC_TQ_Out); in InitializeFrom()
5089 AddPassByIndirectCopyRestoreStep(DestType, ShouldCopy); in InitializeFrom()