Searched refs:FromIndex (Results 1 – 4 of 4) sorted by relevance
1124 uint32_t FromIndex = CGPE.From->getSymbol().getIndex(); in writeObject() local1126 support::endian::write(OS, FromIndex, W.Endian); in writeObject()
2000 uint32_t FromIndex, ToIndex; in printCGProfile() local2002 if (Error Err = Reader.readInteger(FromIndex)) in printCGProfile()2010 W.printNumber("From", getSymbolName(FromIndex), FromIndex); in printCGProfile()
13868 const ExprBuilder *FromIndex; in buildSingleCopyAssignRecursively() local13870 FromIndex = &FromIndexCopy; in buildSingleCopyAssignRecursively()13872 FromIndex = &FromIndexMove; in buildSingleCopyAssignRecursively()13879 ToIndex, *FromIndex, CopyingBaseSubobject, in buildSingleCopyAssignRecursively()
10396 Expr *FromIndex = E->getIndexExpr(ON.getArrayExprIndex()); in TransformOffsetOfExpr() local10397 ExprResult Index = getDerived().TransformExpr(FromIndex); in TransformOffsetOfExpr()10401 ExprChanged = ExprChanged || Index.get() != FromIndex; in TransformOffsetOfExpr()