Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1586 setShouldCopy(bool shouldCopy) setShouldCopy() argument
1591 ObjCIndirectCopyRestoreExpr(Expr * operand,QualType type,bool shouldCopy) ObjCIndirectCopyRestoreExpr() argument
1603 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } shouldCopy() function
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4274 bool shouldCopy = CRE->shouldCopy(); emitWritebackArg() local
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4039 AddPassByIndirectCopyRestoreStep(QualType type,bool shouldCopy) AddPassByIndirectCopyRestoreStep() argument