Home
last modified time | relevance | path

Searched refs:shouldCopy (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h1576 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1577 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1581 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1584 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1593 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
H A DStmtDataCollectors.td170 addData(S->shouldCopy());
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DInitialization.h1364 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp4013 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
4014 if (!shouldCopy) { in emitWritebackArg()
4040 if (shouldCopy) { in emitWritebackArg()
4053 if (shouldCopy) { in emitWritebackArg()
4075 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp2317 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp942 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp3800 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument
3802 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()