Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h1447 void setShouldCopy(bool shouldCopy) { in setShouldCopy()
1455 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr()
1469 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
/external/clang/lib/CodeGen/
DCGCall.cpp1710 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
/external/clang/lib/Sema/
DSemaInit.cpp2631 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep()