Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DStmtNodes.td153 def ObjCIndirectCopyRestoreExpr : DStmt<Expr>;
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DExprObjC.h1472 class ObjCIndirectCopyRestoreExpr : public Expr {
1484 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty)
1488 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
DRecursiveASTVisitor.h2260 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, { })
DStmt.h255 friend class ObjCIndirectCopyRestoreExpr; variable
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCall.cpp1883 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()
2009 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()
2010 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DStmtProfile.cpp1149 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
DStmtPrinter.cpp1936 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderStmt.cpp621 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
2184 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp575 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaInit.cpp6157 ObjCIndirectCopyRestoreExpr(CurInit.take(), Step->Type, in Perform()
DTreeTransform.h9080 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()