Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h1565 class ObjCIndirectCopyRestoreExpr : public Expr {
1573 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty) in ObjCIndirectCopyRestoreExpr() function
1581 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() function
H A DStmt.h994 friend class ObjCIndirectCopyRestoreExpr; variable
H A DRecursiveASTVisitor.h2785 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td187 def ObjCIndirectCopyRestoreExpr : StmtNode<Expr>;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComputeDependence.cpp417 ExprDependence clang::computeDependence(ObjCIndirectCopyRestoreExpr *E) { in computeDependence()
H A DStmtProfile.cpp2315 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
H A DStmtPrinter.cpp2670 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp3970 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()
4308 assert((!isa<ObjCIndirectCopyRestoreExpr>(*Arg) || in EmitCallArgs()
4407 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()
4408 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1071 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
3202 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp939 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2393 const auto *OIE = cast<ObjCIndirectCopyRestoreExpr>(S); in Visit()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp9110 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()
H A DTreeTransform.h14270 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()