Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h108 class ObjCIndirectCopyRestoreExpr; variable
204 ExprDependence computeDependence(ObjCIndirectCopyRestoreExpr *E);
H A DStmtDataCollectors.td168 class ObjCIndirectCopyRestoreExpr {
H A DStmt.h1171 friend class ObjCIndirectCopyRestoreExpr;
H A DRecursiveASTVisitor.h2850 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td188 def ObjCIndirectCopyRestoreExpr : StmtNode<Expr>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp449 ExprDependence clang::computeDependence(ObjCIndirectCopyRestoreExpr *E) { in computeDependence()
H A DStmtProfile.cpp2404 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
H A DStmtPrinter.cpp2735 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4214 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()
4560 assert((!isa<ObjCIndirectCopyRestoreExpr>(*Arg) || in EmitCallArgs()
4659 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()
4660 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1088 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
3346 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1024 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2426 const auto *OIE = cast<ObjCIndirectCopyRestoreExpr>(S); in Visit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp8241 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()
H A DTreeTransform.h15587 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()