Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h1472 void setShouldCopy(bool shouldCopy) {
1473 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy;
1480 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
1486 setShouldCopy(shouldCopy);
1494 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; }
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowWifiConfigurationTest.java24 public void shouldCopy() throws Exception { in shouldCopy() method in ShadowWifiConfigurationTest
/external/clang/include/clang/Sema/
DInitialization.h1082 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
/external/clang/lib/CodeGen/
DCGCall.cpp3048 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
3049 if (!shouldCopy) { in emitWritebackArg()
3075 if (shouldCopy) { in emitWritebackArg()
3088 if (shouldCopy) { in emitWritebackArg()
3111 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
/external/clang/lib/AST/
DStmtProfile.cpp1627 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/external/clang/lib/Sema/
DSemaInit.cpp3284 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument
3286 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp619 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()