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

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DWifiConfigurationTest.java22 public void shouldCopy() throws Exception { method in class:WifiConfigurationTest
/external/clang/include/clang/AST/
H A DExprObjC.h1480 void setShouldCopy(bool shouldCopy) { argument
1481 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy;
1488 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) argument
1494 setShouldCopy(shouldCopy);
1500 /// shouldCopy - True if we should do the 'copy' part of the
1502 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } function in class:clang::ObjCIndirectCopyRestoreExpr
/external/clang/include/clang/Sema/
H A DInitialization.h1047 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
/external/clang/lib/CodeGen/
H A DCGCall.cpp2148 bool shouldCopy = CRE->shouldCopy(); local
2149 if (!shouldCopy) {
2174 if (shouldCopy) {
2187 if (shouldCopy) {
2210 if (shouldCopy && !provablyNonNull) {
/external/clang/lib/AST/
H A DStmtProfile.cpp1230 ID.AddBoolean(S->shouldCopy());
/external/clang/lib/Sema/
H A DSemaInit.cpp2999 bool shouldCopy) {
3001 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore
2998 AddPassByIndirectCopyRestoreStep(QualType type, bool shouldCopy) argument
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp573 Record.push_back(E->shouldCopy());

Completed in 206 milliseconds