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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1588 void setShouldCopy(bool shouldCopy) { argument
1593 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) argument
1607 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } function in class:clang::ObjCIndirectCopyRestoreExpr

Completed in 103 milliseconds