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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h1480 void setShouldCopy(bool shouldCopy) { argument
1488 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) argument
1502 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } function in class:clang::ObjCIndirectCopyRestoreExpr
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp1924 bool shouldCopy = CRE->shouldCopy(); local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp2883 AddPassByIndirectCopyRestoreStep(QualType type, bool shouldCopy) argument

Completed in 108 milliseconds