Searched defs:shouldCopy (Results 1 - 4 of 4) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DWifiConfigurationTest.java22 public void shouldCopy() throws Exception { method in class:WifiConfigurationTest
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowWifiConfigurationTest.java23 public void shouldCopy() throws Exception { method in class:ShadowWifiConfigurationTest
/external/clang/include/clang/AST/
H A DExprObjC.h1472 void setShouldCopy(bool shouldCopy) { argument
1473 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy;
1480 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) argument
1486 setShouldCopy(shouldCopy);
1492 /// shouldCopy - True if we should do the 'copy' part of the
1494 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } function in class:clang::ObjCIndirectCopyRestoreExpr
/external/clang/lib/Sema/
H A DSemaInit.cpp3284 bool shouldCopy) {
3286 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore
3283 AddPassByIndirectCopyRestoreStep(QualType type, bool shouldCopy) argument

Completed in 546 milliseconds