Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprObjC.h1577 void setShouldCopy(bool shouldCopy) { in setShouldCopy()
1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr()
1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCall.cpp3887 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaInit.cpp3752 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep()