Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/include/clang/AST/
DComputeDependence.h102 class ObjCIndirectCopyRestoreExpr; variable
192 ExprDependence computeDependence(ObjCIndirectCopyRestoreExpr *E);
DStmtDataCollectors.td168 class ObjCIndirectCopyRestoreExpr {
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
DRecursiveASTVisitor.h2616 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
DStmt.h979 friend class ObjCIndirectCopyRestoreExpr; variable
/external/clang/include/clang/AST/
DExprObjC.h1464 class ObjCIndirectCopyRestoreExpr : public Expr {
1476 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty)
1480 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
DStmt.h221 friend class ObjCIndirectCopyRestoreExpr; in LLVM_ALIGNAS() local
DRecursiveASTVisitor.h2351 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
/external/clang/include/clang/Basic/
DStmtNodes.td165 def ObjCIndirectCopyRestoreExpr : DStmt<Expr>;
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td185 def ObjCIndirectCopyRestoreExpr : StmtNode<Expr>;
/external/llvm-project/clang/lib/AST/
DComputeDependence.cpp365 ExprDependence clang::computeDependence(ObjCIndirectCopyRestoreExpr *E) { in computeDependence()
DStmtProfile.cpp2157 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
DStmtPrinter.cpp2492 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp3628 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()
3879 assert((!isa<ObjCIndirectCopyRestoreExpr>(*Arg) || in EmitCallArgs()
3978 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()
3979 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
/external/clang/lib/CodeGen/
DCGCall.cpp3006 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()
3267 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()
3268 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
/external/clang/lib/AST/
DStmtProfile.cpp1625 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
DStmtPrinter.cpp2506 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1068 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
3052 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp931 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp654 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
3193 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp616 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1879 const auto *OIE = cast<ObjCIndirectCopyRestoreExpr>(S); in Visit()
/external/clang/lib/Sema/
DSemaInit.cpp6866 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()
DTreeTransform.h11085 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp8620 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()

12