Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h1578 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy()
H A DStmt.h1074 ObjCIndirectCopyRestoreExprBitfields ObjCIndirectCopyRestoreExprBits; member