Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h1439 class ObjCIndirectCopyRestoreExpr : public Expr {
1451 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty) in ObjCIndirectCopyRestoreExpr() function
1455 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() function
1484 static bool classof(const ObjCIndirectCopyRestoreExpr *) { return true; } in classof() argument
DStmt.h240 friend class ObjCIndirectCopyRestoreExpr; variable
DRecursiveASTVisitor.h2179 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, { })
/external/clang/include/clang/Basic/
DStmtNodes.td149 def ObjCIndirectCopyRestoreExpr : DStmt<Expr>;
/external/clang/lib/CodeGen/
DCGCall.cpp1686 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()
1767 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()
1768 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
/external/clang/lib/AST/
DStmtProfile.cpp1060 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
DStmtPrinter.cpp1751 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp535 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
1949 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp507 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h2099 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, { })
/external/clang/lib/Sema/
DTreeTransform.h8514 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()
8524 ObjCIndirectCopyRestoreExpr(subExpr, E->getType(), E->shouldCopy())); in TransformObjCIndirectCopyRestoreExpr()
DSemaInit.cpp5349 ObjCIndirectCopyRestoreExpr(CurInit.take(), Step->Type, in Perform()