Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h1447 void setShouldCopy(bool shouldCopy) { in setShouldCopy() function
1461 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp538 E->setShouldCopy(Record[Idx++]); in VisitObjCIndirectCopyRestoreExpr()