Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DComputeDependence.h106 class ObjCIndirectCopyRestoreExpr; variable
200 ExprDependence computeDependence(ObjCIndirectCopyRestoreExpr *E);
H A DStmtDataCollectors.td168 class ObjCIndirectCopyRestoreExpr {
H A DExprObjC.h1566 class ObjCIndirectCopyRestoreExpr : public Expr {
1574 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty) in ObjCIndirectCopyRestoreExpr() function
1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() function
H A DStmt.h982 friend class ObjCIndirectCopyRestoreExpr; in alignas() local
H A DRecursiveASTVisitor.h2788 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td186 def ObjCIndirectCopyRestoreExpr : StmtNode<Expr>;
/llvm-project-15.0.7/clang/lib/AST/
H A DComputeDependence.cpp417 ExprDependence clang::computeDependence(ObjCIndirectCopyRestoreExpr *E) { in computeDependence()
H A DStmtProfile.cpp2293 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
H A DStmtPrinter.cpp2652 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp3920 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()
4258 assert((!isa<ObjCIndirectCopyRestoreExpr>(*Arg) || in EmitCallArgs()
4357 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()
4358 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1065 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
3155 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp941 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2071 const auto *OIE = cast<ObjCIndirectCopyRestoreExpr>(S); in Visit()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp8771 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()
H A DTreeTransform.h14082 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()