Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h932 class ObjCIndirectCopyRestoreExpr : public Expr {
944 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty) in ObjCIndirectCopyRestoreExpr() function
948 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() function
973 static bool classof(const ObjCIndirectCopyRestoreExpr *) { return true; } in classof() argument
DStmt.h187 friend class ObjCIndirectCopyRestoreExpr; variable
DRecursiveASTVisitor.h1937 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, { })
/external/clang/include/clang/Basic/
DStmtNodes.td136 def ObjCIndirectCopyRestoreExpr : DStmt<Expr>;
/external/clang/lib/CodeGen/
DCGCall.cpp1325 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()
1406 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()
1407 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
/external/clang/lib/AST/
DStmtProfile.cpp981 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
DStmtPrinter.cpp1483 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp491 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
1748 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp486 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/external/clang/lib/Sema/
DTreeTransform.h7706 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()
7716 ObjCIndirectCopyRestoreExpr(subExpr, E->getType(), E->shouldCopy())); in TransformObjCIndirectCopyRestoreExpr()
DSemaInit.cpp4460 ObjCIndirectCopyRestoreExpr(CurInit.take(), Step->Type, in Perform()