Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h1576 void setShouldCopy(bool shouldCopy) { in setShouldCopy()
1581 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr()
1593 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp4013 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp3800 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep()