Home
last modified time | relevance | path

Searched defs:shouldCopy (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprObjC.h1586 void setShouldCopy(bool shouldCopy) { in setShouldCopy()
1591 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr()
1603 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp4257 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaInit.cpp4048 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep()