Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1579 void setShouldCopy(bool shouldCopy) { in setShouldCopy()
1584 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr()
1596 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4432 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4130 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep()