Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtDataCollectors.td168 class ObjCIndirectCopyRestoreExpr {
H A DExprObjC.h1518 class ObjCIndirectCopyRestoreExpr : public Expr {
1526 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty)
1534 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
H A DStmt.h862 friend class ObjCIndirectCopyRestoreExpr; in alignas() local
H A DRecursiveASTVisitor.h2517 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td173 def ObjCIndirectCopyRestoreExpr : DStmt<Expr>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp3233 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()
3486 assert((!isa<ObjCIndirectCopyRestoreExpr>(*Arg) || in EmitCallArgs()
3585 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()
3586 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp762 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
2739 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp705 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp1950 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
H A DStmtPrinter.cpp2319 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp7983 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()
H A DTreeTransform.h11957 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()