Home
last modified time | relevance | path

Searched refs:ObjCIndirectCopyRestoreExpr (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
DExprObjC.h1464 class ObjCIndirectCopyRestoreExpr : public Expr {
1476 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty)
1480 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
DStmt.h221 friend class ObjCIndirectCopyRestoreExpr; in LLVM_ALIGNAS() local
DRecursiveASTVisitor.h2351 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
/external/clang/include/clang/Basic/
DStmtNodes.td165 def ObjCIndirectCopyRestoreExpr : DStmt<Expr>;
/external/clang/lib/CodeGen/
DCGCall.cpp3006 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()
3267 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()
3268 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
/external/clang/lib/AST/
DStmtProfile.cpp1625 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
DStmtPrinter.cpp2506 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp654 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
3193 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp616 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/external/clang/lib/Sema/
DSemaInit.cpp6866 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()
DTreeTransform.h11085 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()