Searched refs:allocateLocal (Results 1 – 2 of 2) sorted by relevance
300 allocateLocal(CE, /*IsExtended=*/true); in VisitCastExpr()389 std::optional<unsigned> ResultIndex = this->allocateLocal(BO, false); in VisitBinaryOperator()1518 allocateLocal(SubExpr, /*IsExtended=*/true)) { in VisitMaterializeTemporaryExpr()1558 if (std::optional<unsigned> LocalIndex = allocateLocal(Init)) { in VisitCompoundLiteralExpr()1678 allocateLocal(E, /*IsExtended=*/true); in VisitCXXConstructExpr()1878 std::optional<unsigned> LocalIndex = allocateLocal(E, /*IsExtended=*/true); in visit()2261 ByteCodeExprGen<Emitter>::allocateLocal(DeclTy &&Src, bool IsExtended) { in allocateLocal() function in ByteCodeExprGen2342 if (std::optional<unsigned> LocalOffset = this->allocateLocal(E)) { in visitExpr()2441 if (std::optional<unsigned> Offset = this->allocateLocal(VD)) { in visitVarDecl()2508 if (std::optional<unsigned> LocalIndex = allocateLocal(E)) { in VisitCallExpr()
216 std::optional<unsigned> allocateLocal(DeclTy &&Decl, bool IsExtended = false);