Searched refs:allocateLocal (Results 1 – 2 of 2) sorted by relevance
215 std::optional<unsigned> LocalIndex = allocateLocal(SubExpr); in VisitCastExpr()585 std::optional<unsigned> LocalIndex = allocateLocal(CE); in VisitCastExpr()630 std::optional<unsigned> LocalIndex = allocateLocal(CE); in VisitCastExpr()863 std::optional<unsigned> ResultIndex = this->allocateLocal(BO); in VisitBinaryOperator()2037 std::optional<unsigned> LocalIndex = allocateLocal( in visitCallArgs()2876 allocateLocal(E, Inner->getType(), E->getExtendingDecl())) { in VisitMaterializeTemporaryExpr()2947 else if (std::optional<unsigned> MaybeIndex = this->allocateLocal(Init)) in VisitCompoundLiteralExpr()3131 std::optional<unsigned> LocalIndex = allocateLocal(E); in VisitCXXConstructExpr()3334 std::optional<unsigned> LocalIndex = allocateLocal(E); in VisitCXXScalarValueInitExpr()3357 std::optional<unsigned> LocalIndex = allocateLocal(E); in VisitCXXScalarValueInitExpr()[all …]
320 allocateLocal(DeclTy &&Decl, QualType Ty = QualType(),