Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h108 class ObjCIndirectCopyRestoreExpr; variable
206 ExprDependence computeDependence(ObjCIndirectCopyRestoreExpr *E);
H A DStmtDataCollectors.td167 class ObjCIndirectCopyRestoreExpr {
H A DExprObjC.h1568 class ObjCIndirectCopyRestoreExpr : public Expr {
1576 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty) in ObjCIndirectCopyRestoreExpr() function
1584 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() function
H A DStmt.h1274 friend class ObjCIndirectCopyRestoreExpr;
H A DRecursiveASTVisitor.h2894 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td189 def ObjCIndirectCopyRestoreExpr : StmtNode<Expr>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp451 ExprDependence clang::computeDependence(ObjCIndirectCopyRestoreExpr *E) { in computeDependence()
H A DStmtProfile.cpp2453 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
H A DStmtPrinter.cpp2873 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4389 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()
4734 assert((!isa<ObjCIndirectCopyRestoreExpr>(*Arg) || in EmitCallArgs()
4829 if (const ObjCIndirectCopyRestoreExpr *CRE = in EmitCallArg()
4830 dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1101 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
3477 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1042 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2447 const auto *OIE = cast<ObjCIndirectCopyRestoreExpr>(S); in Visit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp8522 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()
H A DTreeTransform.h16726 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()