Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1586 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1587 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1591 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1594 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1603 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
H A DStmtDataCollectors.td170 addData(S->shouldCopy());
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h1367 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4257 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
4258 if (!shouldCopy) { in emitWritebackArg()
4283 if (shouldCopy) { in emitWritebackArg()
4296 if (shouldCopy) { in emitWritebackArg()
4318 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
/src/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp2406 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1027 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4048 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument
4050 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()