Home
last modified time | relevance | path

Searched refs:shouldCopy (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h1577 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1578 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1585 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
H A DStmtDataCollectors.td170 addData(S->shouldCopy());
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DInitialization.h1336 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp3870 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
3871 if (!shouldCopy) { in emitWritebackArg()
3898 if (shouldCopy) { in emitWritebackArg()
3911 if (shouldCopy) { in emitWritebackArg()
3934 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp2220 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp935 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp3750 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument
3752 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()