Home
last modified time | relevance | path

Searched refs:setShouldCopy (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1586 void setShouldCopy(bool shouldCopy) { in setShouldCopy() function
1594 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1091 E->setShouldCopy(Record.readInt()); in VisitObjCIndirectCopyRestoreExpr()