Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h107 class ObjCIndirectCopyRestoreExpr; variable
202 ExprDependence computeDependence(ObjCIndirectCopyRestoreExpr *E);
H A DStmtDataCollectors.td168 class ObjCIndirectCopyRestoreExpr {
H A DExprObjC.h1575 class ObjCIndirectCopyRestoreExpr : public Expr {
1583 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty) in ObjCIndirectCopyRestoreExpr() function
1591 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() function
H A DStmt.h1169 friend class ObjCIndirectCopyRestoreExpr; in alignas() local
H A DRecursiveASTVisitor.h2792 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td187 def ObjCIndirectCopyRestoreExpr : StmtNode<Expr>;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp417 ExprDependence clang::computeDependence(ObjCIndirectCopyRestoreExpr *E) { in computeDependence()
H A DStmtProfile.cpp2366 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
H A DStmtPrinter.cpp2685 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4202 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()
4538 assert((!isa<ObjCIndirectCopyRestoreExpr>(*Arg) || in EmitCallArgs()
4637 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()
4638 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1091 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
3285 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1024 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2414 const auto *OIE = cast<ObjCIndirectCopyRestoreExpr>(S); in Visit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp9274 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()
H A DTreeTransform.h14553 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()